public final class ProactiveHandlerSystem
extends java.lang.Object
ProactiveHandlerSystem class provides the means to retrieve an instance of
an Object implementing the ResponseHandler interface.ProactiveHandler| Modifier and Type | Method and Description |
|---|---|
static ProactiveHandler |
getTheHandler()
Returns the single system instance of the
ProactiveHandler class. |
public static ProactiveHandler getTheHandler() throws ToolkitException
ProactiveHandler class.
The applet shall get the reference of the handler at its triggering, the beginning of
the processToolkit method.ToolkitException - with the following reason codes: HANDLER_NOT_AVAILABLE if the handler is busy.