Package com.iizix.term.server
Interface ITerminalStateListener
- All Known Implementing Classes:
ActiveTerminalSession
,EditorActiveTerminalSession
public interface ITerminalStateListener
State listener for a TerminalHost.
- Author:
- Christopher Mindus
Field Summary
Method Summary
Modifier and TypeMethodDescriptionvoid
Called when the terminal state has changed in regards to connected/connecting/closing/closed.
Field Details
EMPTY
No listeners.
Method Details
onConnectionStateChanged
void onConnectionStateChanged()Called when the terminal state has changed in regards to connected/connecting/closing/closed.