Uses of Interface
org.tn5250j.event.SessionListener
-
Packages that use SessionListener Package Description org.tn5250j org.tn5250j.gui org.tn5250j.interfaces -
-
Uses of SessionListener in org.tn5250j
Classes in org.tn5250j that implement SessionListener Modifier and Type Class Description classGui5250FrameThis is the mainJFrame, which contains multiple tabs.classMy5250classSessionPanelA host GUI session (Hint: old name was SessionGUI)Methods in org.tn5250j with parameters of type SessionListener Modifier and Type Method Description voidSession5250. addSessionListener(SessionListener listener)Add a SessionListener to the listener list.voidSessionPanel. addSessionListener(SessionListener listener)Add a SessionListener to the listener list.voidSession5250. removeSessionListener(SessionListener listener)Remove a SessionListener from the listener list.voidSessionPanel. removeSessionListener(SessionListener listener)Remove a SessionListener from the listener list. -
Uses of SessionListener in org.tn5250j.gui
Classes in org.tn5250j.gui that implement SessionListener Modifier and Type Class Description classButtonTabComponentComponent to be used as tabComponent; Contains a JLabel to show the text and a JButton to close the tab it belongs to.
This class based on the ButtonTabComponent example from Sun Microsystems, Inc. and was modified to use tool tips, other layout and stuff. -
Uses of SessionListener in org.tn5250j.interfaces
Methods in org.tn5250j.interfaces with parameters of type SessionListener Modifier and Type Method Description voidSessionInterface. addSessionListener(SessionListener listener)voidSessionInterface. removeSessionListener(SessionListener listener)
-