opencard.opt.applet
Class AppletState

java.lang.Object
  |
  +--opencard.opt.applet.AppletState

public abstract class AppletState
extends java.lang.Object

Applet 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

Constructor Summary
AppletState()
           
 
Method Summary
abstract  void appletDeselected()
          This method is to be called when the applet to which the AppletState belongs was deselected.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppletState

public AppletState()
Method Detail

appletDeselected

public abstract void appletDeselected()
This method is to be called when the applet to which the AppletState belongs was deselected. It gives the state the possibility to adapt to the change of the applet state on the card caused by applet deselection.