Uses of Class
com.iizix.term.remote.RemoteHostSession
Packages that use RemoteHostSession Package Description com.iizix.term com.iizix.term.prop Uses of RemoteHostSession in com.iizix.term
Methods in com.iizix.term with parameters of type RemoteHostSession Modifier and Type Method Description void
HostSessionChangesListener. onHostSessionChanged(RemoteHostSession changeHelper)
Called once since the instance of theRemoteHostSession
was created or last reset when some kind of host session change has occurred, e.g.Uses of RemoteHostSession in com.iizix.term.prop
Methods in com.iizix.term.prop that return RemoteHostSession Modifier and Type Method Description RemoteHostSession
RemoteHostSessionProp. getRemoteHostSession()
Gets the current value set as a RemoteHostSession.Methods in com.iizix.term.prop with parameters of type RemoteHostSession Modifier and Type Method Description boolean
RemoteHostSessionProp. setPropValue(RemoteHostSession newValue)
Sets a new value for this property.Constructors in com.iizix.term.prop with parameters of type RemoteHostSession Constructor Description RemoteHostSessionProp(Atom propertyAtom, RemoteHostSession newValue)
Creates a RemoteHostSession property with the specified name and value.