public final class ProactiveResponseHandlerSystem
extends java.lang.Object
ProactiveResponseHandlerSystem class provides the means to retrieve an instance of
an Object implementing the ProactiveResponseHandler interface.ProactiveResponseHandler| Modifier and Type | Method and Description |
|---|---|
static ProactiveResponseHandler |
getTheHandler()
Returns the single system instance of the
ProactiveResponseHandler class. |
public static ProactiveResponseHandler getTheHandler() throws ToolkitException
ProactiveResponseHandler 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.