|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.hi.customizer.beans.event.CustomEvent | +--com.ibm.hi.customizer.beans.event.CustomMacroEvent
This event is fired by CustomTerminal to indicate that a macro event has occurred. Macro events may be assigned to buttons in customized screens.
CustomListener
Field Summary | |
static int |
CLONE_SESSION
Static macro type to clone the current session |
static int |
CLOSE_WINDOW
Static macro type to close the current window |
static int |
RECEIVE_FILE
Static macro type to receive a file from the host |
static int |
RUN_APPLET
Static macro type to run an applet |
static int |
SEND_FILE
Static macro type to send a file to the host |
static int |
TRANSFER_DEFAULTS
Static macro type to display the file transfer defaults |
Fields inherited from class com.ibm.hi.customizer.beans.event.CustomEvent |
MACRO_EVENT, MACRO_EVENT_MASK, SCREEN_EVENT, SCREEN_EVENT_MASK, STATUS_EVENT, STATUS_EVENT_MASK |
Constructor Summary | |
CustomMacroEvent(java.lang.Object source,
int type,
java.lang.String id)
Constructs a new CustomEvent with the specified source, type and screen ID. |
|
CustomMacroEvent(java.lang.Object source,
int type,
java.lang.String id,
java.lang.Object data)
Constructs a new CustomEvent with the specified source, type, id, and data object. |
|
CustomMacroEvent(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 CustomMacroEvent with the specified source, type, screen ID, custom component, string, and data object. |
Method Summary | |
java.lang.String |
getClassName()
Returns the class name associated with this event. |
int |
getMacroType()
Returns the macro type for this macro event. |
Methods inherited from class com.ibm.hi.customizer.beans.event.CustomEvent |
getComponent, getData, getScreenID, getType |
Field Detail |
public static final int CLOSE_WINDOW
public static final int RUN_APPLET
public static final int CLONE_SESSION
public static final int SEND_FILE
public static final int RECEIVE_FILE
public static final int TRANSFER_DEFAULTS
Constructor Detail |
public CustomMacroEvent(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 CustomMacroEvent(java.lang.Object source, int type, java.lang.String id)
public CustomMacroEvent(java.lang.Object source, int type, java.lang.String id, java.lang.Object data)
Method Detail |
public java.lang.String getClassName()
public int getMacroType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |