All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.hi.customizer.beans.event.CustomMacroEvent
java.lang.Object
|
+----java.util.EventObject
|
+----com.ibm.eNetwork.beans.HOD.event.HODEvent
|
+----com.ibm.hi.customizer.beans.event.CustomEvent
|
+----com.ibm.hi.customizer.beans.event.CustomMacroEvent
- public class CustomMacroEvent
- extends CustomEvent
This event is fired by CustomTerminal to indicate that a macro event has
occurred. Macro events may be assigned to buttons in customized screens.
- See Also:
- CustomListener
-
CLONE_SESSION
- Static macro type to clone the current session
-
CLOSE_WINDOW
- Static macro type to close the current window
-
RECEIVE_FILE
- Static macro type to receive a file from the host
-
RUN_APPLET
- Static macro type to run an applet
-
SEND_FILE
- Static macro type to send a file to the host
-
TRANSFER_DEFAULTS
- Static macro type to display the file transfer defaults
-
CustomMacroEvent(Object, int, String)
- Constructs a new CustomEvent with the specified source, type and screen
ID.
-
CustomMacroEvent(Object, int, String, Object)
- Constructs a new CustomEvent with the specified source, type, id, and
data object.
-
CustomMacroEvent(Object, int, String, SCCustomComponent, String, Object)
- Constructs a new CustomMacroEvent with the specified source, type, screen ID,
custom component, string, and data object.
-
getClassName()
- Returns the class name associated with this event.
-
getMacroType()
- Returns the macro type for this macro event.
CLOSE_WINDOW
public static final int CLOSE_WINDOW
- Static macro type to close the current window
RUN_APPLET
public static final int RUN_APPLET
- Static macro type to run an applet
CLONE_SESSION
public static final int CLONE_SESSION
- Static macro type to clone the current session
SEND_FILE
public static final int SEND_FILE
- Static macro type to send a file to the host
RECEIVE_FILE
public static final int RECEIVE_FILE
- Static macro type to receive a file from the host
TRANSFER_DEFAULTS
public static final int TRANSFER_DEFAULTS
- Static macro type to display the file transfer defaults
CustomMacroEvent
public CustomMacroEvent(Object source,
int type,
String id,
SCCustomComponent comp,
String string,
Object data)
- Constructs a new CustomMacroEvent with the specified source, type, screen ID,
custom component, string, and data object.
CustomMacroEvent
public CustomMacroEvent(Object source,
int type,
String id)
- Constructs a new CustomEvent with the specified source, type and screen
ID.
CustomMacroEvent
public CustomMacroEvent(Object source,
int type,
String id,
Object data)
- Constructs a new CustomEvent with the specified source, type, id, and
data object.
getClassName
public String getClassName()
- Returns the class name associated with this event. If there is no class
name, an empty string is returned. This is only valid for the RUN_APPLET
macro type. If you call this method on any other type of CustomMacroEvent,
null is returned.
getMacroType
public int getMacroType()
- Returns the macro type for this macro event.
All Packages Class Hierarchy This Package Previous Next Index