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 classTerminalCompositeThe terminal composite.Uses of HostSessionListener in com.iizigo.term.prop
Classes in com.iizigo.term.prop that implement HostSessionListener Modifier and Type Class Description classTerminalDesignerPropClass 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 interfaceHostSessionOwnerThe 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 voidHostSession. addListener(HostSessionListener listener)Adds a listener for host session changes.voidHostSession. 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 classRemoteHostSessionThe 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 classTerminalHostThe terminal host implementation running a terminal of 3270, 5020 or EE type.