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
- Version:
- $Id: AppletState.java,v 1.1 1999/11/02 18:06:44 damke Exp $
|
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 |
AppletState
public AppletState()
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.
|