Interface IConsoleListener


public interface IConsoleListener
A console listener is notified when consoles are added or removed from the console manager.

Clients may implement this interface.

Since:
3.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    consolesAdded(IConsole[] consoles)
    Notification the given consoles have been added to the console manager.
    void
    Notification the given consoles have been removed from the console manager.
  • Method Details

    • consolesAdded

      void consolesAdded(IConsole[] consoles)
      Notification the given consoles have been added to the console manager.
      Parameters:
      consoles - added consoles
    • consolesRemoved

      void consolesRemoved(IConsole[] consoles)
      Notification the given consoles have been removed from the console manager.
      Parameters:
      consoles - removed consoles