Package org.tn5250j
Class My5250
- java.lang.Object
-
- org.tn5250j.My5250
-
- All Implemented Interfaces:
java.util.EventListener,BootListener,EmulatorActionListener,SessionListener
public class My5250 extends java.lang.Object implements BootListener, SessionListener, EmulatorActionListener
-
-
Method Summary
Modifier and Type Method Description voidbootOptionsReceived(BootEvent bootEvent)protected voidcloseSessionInternal(SessionPanel sesspanel)Really closes the tab/sessionprotected voidclosingDown(GUIViewInterface view)static voidmain(java.lang.String[] args)voidonEmulatorAction(EmulatorActionEvent actionEvent)voidonSessionChanged(SessionChangeEvent changeEvent)
-
-
-
Method Detail
-
bootOptionsReceived
public void bootOptionsReceived(BootEvent bootEvent)
- Specified by:
bootOptionsReceivedin interfaceBootListener
-
main
public static void main(java.lang.String[] args)
-
closingDown
protected void closingDown(GUIViewInterface view)
- Parameters:
view- GUI View interface
-
closeSessionInternal
protected void closeSessionInternal(SessionPanel sesspanel)
Really closes the tab/session- Parameters:
sesspanel- a session panel
-
onSessionChanged
public void onSessionChanged(SessionChangeEvent changeEvent)
- Specified by:
onSessionChangedin interfaceSessionListener
-
onEmulatorAction
public void onEmulatorAction(EmulatorActionEvent actionEvent)
- Specified by:
onEmulatorActionin interfaceEmulatorActionListener
-
-