|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.awt.AppletStateChangedEvent
public class AppletStateChangedEvent
AppletStateChangedEvent is a specialization of java.util.EventObject which is exclusively for state change events from the applet. The AppletStateChangedEvent contains information about the specific state change that caused the event to occur.
Field Summary | |
---|---|
static int |
APPLET_DESTROY
Type value for the AppletStateChangedEvent from the applet destroy method. |
static int |
APPLET_INIT
Type value for the AppletStateChangedEvent from the applet init method. |
static int |
APPLET_START
Type value for the AppletStateChangedEvent from the applet start method. |
static int |
APPLET_STOP
Type value for the AppletStateChangedEvent from the applet stop method. |
protected int |
type
The event type: one of APPLET_START, APPLET_STOP, APPLET_INIT, or APPLET_DESTROY |
Constructor Summary | |
---|---|
AppletStateChangedEvent(AppletStateChangedSource source,
int type)
Constructs an AppletStateChangedEvent |
Method Summary | |
---|---|
int |
getType()
Returns the specific type of applet event that prompted this event. |
Field Detail |
---|
public static final int APPLET_START
APPLET_STOP
,
APPLET_INIT
,
APPLET_DESTROY
,
Constant Field Valuespublic static final int APPLET_STOP
APPLET_START
,
APPLET_INIT
,
APPLET_DESTROY
,
Constant Field Valuespublic static final int APPLET_INIT
APPLET_START
,
APPLET_STOP
,
APPLET_DESTROY
,
Constant Field Valuespublic static final int APPLET_DESTROY
APPLET_START
,
APPLET_STOP
,
APPLET_INIT
,
Constant Field Valuesprotected int type
Constructor Detail |
---|
public AppletStateChangedEvent(AppletStateChangedSource source, int type)
source
- The object sending the eventtype
- The specific state change type. Possible values are: APPLET_START, APPLET_STOP, APPLET_INIT, and APPLET_DESTROY.Method Detail |
---|
public int getType()
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |