Package com.iizix.term.server
Interface ITerminalStateListener
- All Known Implementing Classes:
ActiveTerminalSession,EditorActiveTerminalSession
public interface ITerminalStateListenerState listener for a TerminalHost.- Author:
- Christopher Mindus
Field Summary
Fields Modifier and Type Field Description static ITerminalStateListener[]EMPTYNo listeners.
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonConnectionStateChanged()Called when the terminal state has changed in regards to connected/connecting/closing/closed.
Field Detail
EMPTY
static final ITerminalStateListener[] EMPTY
No listeners.