Uses of Interface
com.iizix.term.HostSessionListener
Packages that use HostSessionListener Package Description com.iizigo.term com.iizigo.term.prop com.iizix.term com.iizix.term.remote com.iizix.term.server Uses of HostSessionListener in com.iizigo.term
Classes in com.iizigo.term that implement HostSessionListener Modifier and Type Class Description class
TerminalComposite
The terminal composite.Uses of HostSessionListener in com.iizigo.term.prop
Classes in com.iizigo.term.prop that implement HostSessionListener Modifier and Type Class Description class
TerminalDesignerProp
Class for the EditorScreenProp in the designer.Uses of HostSessionListener in com.iizix.term
Subinterfaces of HostSessionListener in com.iizix.term Modifier and Type Interface Description interface
HostSessionOwner
The 3270 or 5250 host session owner interface.Methods in com.iizix.term that return HostSessionListener Modifier and Type Method Description HostSessionListener[]
HostSession. getListeners()
Gets the listeners.Methods in com.iizix.term with parameters of type HostSessionListener Modifier and Type Method Description void
HostSession. addListener(HostSessionListener listener)
Adds a listener for host session changes.void
HostSession. removeListener(HostSessionListener listener)
Removes a listener for host session changes.Uses of HostSessionListener in com.iizix.term.remote
Classes in com.iizix.term.remote that implement HostSessionListener Modifier and Type Class Description class
RemoteHostSession
The host screen changes.Uses of HostSessionListener in com.iizix.term.server
Classes in com.iizix.term.server that implement HostSessionListener Modifier and Type Class Description class
TerminalHost
The terminal host implementation running a terminal of 3270, 5020 or EE type.