Class AppletState

  • Direct Known Subclasses:
    SmartCardHSMAppletState

    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
    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 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.