Package opencard.opt.applet
Class AppletState
- java.lang.Object
-
- opencard.opt.applet.AppletState
-
- Direct Known Subclasses:
SmartCardHSMAppletState
public abstract class AppletState extends java.lang.ObjectApplet states are to be used for representing the state of an applet to applet proxies associated with that applet. Different applet proxies can cooperate via state objects.- Since:
- OCF1.2
- Author:
- Thomas Schaeck (schaeck@de.ibm.com), Christophe.Muller@research.gemplus.com
-
-
Constructor Summary
Constructors Constructor Description AppletState()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voidappletDeselected()This method is to be called when the applet to which the AppletState belongs was deselected.
-