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 voidHostSessionChangesListener. onHostSessionChanged(RemoteHostSession changeHelper)Called once since the instance of theRemoteHostSessionwas 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 RemoteHostSessionRemoteHostSessionProp. 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 booleanRemoteHostSessionProp. 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.