public interface ToolkitInterface
extends javacard.framework.Shareable
javacard.framework.Applet class) so that it can be triggered by the Toolkit
Handler according to the resgistration information. The Toolkit object will have to implement the
processToolkit method so that it can be notified of the events.| Modifier and Type | Method and Description |
|---|---|
void |
processToolkit(short event)
This method is the standard toolkit event handling method of a Toolkit Applet and
is called by the "Triggering Entity" to process the current Toolkit event.
|
void processToolkit(short event)
throws ToolkitException
event - the type of event to be processed.ToolkitException