Class CloseConsoleAction

All Implemented Interfaces:
IAction

public class CloseConsoleAction extends Action
Removes a console from the console manager.

Clients may instantiate this class.

Since:
3.1
Restriction:
This class is not intended to be subclassed by clients.
  • Constructor Details

    • CloseConsoleAction

      public CloseConsoleAction(IConsole console)
  • Method Details

    • run

      public void run()
      Description copied from class: Action
      The default implementation of this IAction method does nothing. Subclasses should override this method if they do not need information from the triggering event, or override runWithEvent(Event) if they do.
      Specified by:
      run in interface IAction
      Overrides:
      run in class Action
      See Also: