|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.hi.customizer.beans.event.CustomEvent
This event is fired by CustomTerminal to indicate that a screen, status, or macro event has occurred.
CustomListener
Field Summary | |
static int |
MACRO_EVENT
Static base value for macro event types |
static int |
MACRO_EVENT_MASK
Static value for macro event mask |
static int |
SCREEN_EVENT
Static base value for screen event types |
static int |
SCREEN_EVENT_MASK
Static value for screen event mask |
static int |
STATUS_EVENT
Static base value for status event types |
static int |
STATUS_EVENT_MASK
Static value for status event mask |
Constructor Summary | |
CustomEvent(java.lang.Object source,
int type,
java.lang.String id,
com.ibm.hi.customizer.beans.scci.SCCustomComponent comp)
Constructs a new CustomEvent with the specified source and type. |
|
CustomEvent(java.lang.Object source,
int type,
java.lang.String id,
com.ibm.hi.customizer.beans.scci.SCCustomComponent comp,
java.lang.String string,
java.lang.Object data)
Constructs a new CustomEvent with the specified source and type. |
Method Summary | |
com.ibm.hi.customizer.beans.scci.SCCustomComponent |
getComponent()
Returns the Custom Component associated with this event. |
java.lang.Object |
getData()
Returns any custom data associated with this event. |
java.lang.String |
getScreenID()
Returns the screen ID associated with this event. |
int |
getType()
Returns the event type. |
Field Detail |
public static final int SCREEN_EVENT
public static final int STATUS_EVENT
public static final int MACRO_EVENT
public static final int SCREEN_EVENT_MASK
public static final int STATUS_EVENT_MASK
public static final int MACRO_EVENT_MASK
Constructor Detail |
public CustomEvent(java.lang.Object source, int type, java.lang.String id, com.ibm.hi.customizer.beans.scci.SCCustomComponent comp, java.lang.String string, java.lang.Object data)
public CustomEvent(java.lang.Object source, int type, java.lang.String id, com.ibm.hi.customizer.beans.scci.SCCustomComponent comp)
Method Detail |
public int getType()
public java.lang.String getScreenID()
public com.ibm.hi.customizer.beans.scci.SCCustomComponent getComponent()
public java.lang.Object getData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |