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 SummaryFields
- Method SummaryModifier and TypeMethodDescription- voidCalled when the terminal state has changed in regards to connected/connecting/closing/closed.
- Field Details- EMPTYNo listeners.
 
- Method Details- onConnectionStateChangedvoid onConnectionStateChanged()Called when the terminal state has changed in regards to connected/connecting/closing/closed.