|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AppletEvent
The AppletEvent
interface provides a callback interface for
the Java Card runtime environment to inform the applet about life cycle events.
An applet instance - subclass of Applet
- should implement
this interface if it needs to be informed about supported life cycle events.
See Runtime Environment Specification for the Java Card Platform for details.
Method Summary | |
---|---|
void |
uninstall()
Called by the Java Card runtime environment to inform this applet instance that the Applet Deletion Manager has been requested to delete it. |
Method Detail |
---|
void uninstall()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |