Package org.tn5250j.event
Class EmulatorActionEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.tn5250j.event.EmulatorActionEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class EmulatorActionEvent extends java.util.EventObject- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static intCLOSE_EMULATORstatic intCLOSE_SESSIONstatic intSTART_DUPLICATEstatic intSTART_NEW_SESSION
-
Constructor Summary
Constructors Constructor Description EmulatorActionEvent(java.lang.Object obj)EmulatorActionEvent(java.lang.Object obj, java.lang.String s)
-
Method Summary
Modifier and Type Method Description intgetAction()java.lang.StringgetMessage()voidsetAction(int s)voidsetMessage(java.lang.String s)
-
-
-
Field Detail
-
CLOSE_SESSION
public static final int CLOSE_SESSION
- See Also:
- Constant Field Values
-
START_NEW_SESSION
public static final int START_NEW_SESSION
- See Also:
- Constant Field Values
-
CLOSE_EMULATOR
public static final int CLOSE_EMULATOR
- See Also:
- Constant Field Values
-
START_DUPLICATE
public static final int START_DUPLICATE
- See Also:
- Constant Field Values
-
-