|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
AppletStateChangedListener interface is a specialization of java.util.EventListener. It defines the methods that are necessary for a component to support in order to act as a listener for state change events from an applet.
AppletStateChangedEvent,
AppletStateChangedSource| Method Summary | |
void |
appletDestroy(AppletStateChangedEvent event)
The event handler for destroy type AppletStateChangedListener events. |
void |
appletInit(AppletStateChangedEvent event)
The event handler for init type AppletStateChangedListener events. |
void |
appletStart(AppletStateChangedEvent event)
The event handler for start type AppletStateChangedListener events. |
void |
appletStop(AppletStateChangedEvent event)
The event handler for stop type AppletStateChangedListener events. |
| Method Detail |
public void appletStart(AppletStateChangedEvent event)
event - The AppletStateChangedEvent sent by the sourceappletStop(com.sas.awt.AppletStateChangedEvent)public void appletStop(AppletStateChangedEvent event)
event - The AppletStateChangedEvent sent by the sourceappletStart(com.sas.awt.AppletStateChangedEvent)public void appletInit(AppletStateChangedEvent event)
event - The AppletStateChangedEvent sent by the sourceappletDestroy(com.sas.awt.AppletStateChangedEvent)public void appletDestroy(AppletStateChangedEvent event)
event - The AppletStateChangedEvent sent by the sourceappletInit(com.sas.awt.AppletStateChangedEvent)
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||