Uses of Class
com.iizix.term.remote.RemoteHostSession
Packages that use RemoteHostSession
Uses of RemoteHostSession in com.iizix.term
Methods in com.iizix.term with parameters of type RemoteHostSessionModifier and TypeMethodDescriptionvoid
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 RemoteHostSessionModifier and TypeMethodDescriptionRemoteHostSessionProp.getRemoteHostSession()
Gets the current value set as a RemoteHostSession.Methods in com.iizix.term.prop with parameters of type RemoteHostSessionModifier and TypeMethodDescriptionboolean
RemoteHostSessionProp.setPropValue
(RemoteHostSession newValue) Sets a new value for this property.Constructors in com.iizix.term.prop with parameters of type RemoteHostSessionModifierConstructorDescriptionRemoteHostSessionProp
(Atom propertyAtom, RemoteHostSession newValue) Creates a RemoteHostSession property with the specified name and value.