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 final ITerminalStateListener[]
    No listeners.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the terminal state has changed in regards to connected/connecting/closing/closed.
  • Field Details

  • Method Details

    • onConnectionStateChanged

      void onConnectionStateChanged()
      Called when the terminal state has changed in regards to connected/connecting/closing/closed.