|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AppletStateChangedListener
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 |
---|
void appletStart(AppletStateChangedEvent event)
event
- The AppletStateChangedEvent sent by the sourceappletStop(com.sas.awt.AppletStateChangedEvent)
void appletStop(AppletStateChangedEvent event)
event
- The AppletStateChangedEvent sent by the sourceappletStart(com.sas.awt.AppletStateChangedEvent)
void appletInit(AppletStateChangedEvent event)
event
- The AppletStateChangedEvent sent by the sourceappletDestroy(com.sas.awt.AppletStateChangedEvent)
void appletDestroy(AppletStateChangedEvent event)
event
- The AppletStateChangedEvent sent by the sourceappletInit(com.sas.awt.AppletStateChangedEvent)
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |