Uses of Interface
com.iizigo.term.ITerminalStateListener
Packages that use ITerminalStateListener Package Description com.iizigo.term com.iizigo.term.capture com.iizigo.term.recording com.iizigo.term.screen Uses of ITerminalStateListener in com.iizigo.term
Classes in com.iizigo.term that implement ITerminalStateListener Modifier and Type Class Description class
TerminalView
The Terminal View Part shows one terminal session.Methods in com.iizigo.term with parameters of type ITerminalStateListener Modifier and Type Method Description void
TerminalComposite. addListener(ITerminalStateListener listener)
Adds a listener.void
TerminalComposite. removeListener(ITerminalStateListener listener)
Removes a listener.Uses of ITerminalStateListener in com.iizigo.term.capture
Classes in com.iizigo.term.capture that implement ITerminalStateListener Modifier and Type Class Description class
CaptureEditor
The Screen Capture "Editor", but nothing to edit.Uses of ITerminalStateListener in com.iizigo.term.recording
Classes in com.iizigo.term.recording that implement ITerminalStateListener Modifier and Type Class Description class
RecordingEditor
The Screen Capture "Editor", but nothing to edit.Uses of ITerminalStateListener in com.iizigo.term.screen
Classes in com.iizigo.term.screen that implement ITerminalStateListener Modifier and Type Class Description class
ScreenEditor
The Terminal Screen Editor part.