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
Fields Modifier and Type Field Description static ITerminalStateListener[]
EMPTY
No listeners.
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onConnectionStateChanged()
Called when the terminal state has changed in regards to connected/connecting/closing/closed.
Field Detail
EMPTY
static final ITerminalStateListener[] EMPTY
No listeners.