BBjServletData::clearCallback (Deprecated)
BBjServlets are deprecated for BBj 21.00 and higher, and have been replaced by BBxServlets.
Description
In BBj 12.0 and higher, this method clears the handler for the event type.
Syntax
|
Return Value |
Method |
|---|---|
|
void |
clearCallback(int eventType) |
|
void |
clearCallback(int eventType) |
Parameters
|
Variable |
Description |
|---|---|
|
eventType |
Event type to clear, ON_WEB_CONNECTION |
Return Value
None.
Remarks
None.
Example
|