Uses of Interface
com.iizix.term.HostSessionOwner
Packages that use HostSessionOwner Package Description com.iizigo.term.prop com.iizix.term com.iizix.term.remote com.iizix.term.server Uses of HostSessionOwner in com.iizigo.term.prop
Classes in com.iizigo.term.prop that implement HostSessionOwner Modifier and Type Class Description class
TerminalDesignerProp
Class for the EditorScreenProp in the designer.Uses of HostSessionOwner in com.iizix.term
Methods in com.iizix.term with parameters of type HostSessionOwner Modifier and Type Method Description void
HostSession. replaceOwner(HostSessionOwner owner)
Replaces the host session owner for this session.Constructors in com.iizix.term with parameters of type HostSessionOwner Constructor Description HostSession(java.lang.String id, TerminalProps properties, HostSessionOwner owner)
Creates an instance of the host session, but does not connect to the host.Uses of HostSessionOwner in com.iizix.term.remote
Classes in com.iizix.term.remote that implement HostSessionOwner Modifier and Type Class Description class
RemoteHostSession
The host screen changes.Uses of HostSessionOwner in com.iizix.term.server
Classes in com.iizix.term.server that implement HostSessionOwner Modifier and Type Class Description class
TerminalHost
The terminal host implementation running a terminal of 3270, 5020 or EE type.