Class ConsoleLogger

java.lang.Object
gaiasky.interafce.ConsoleLogger
All Implemented Interfaces:
IObserver

public class ConsoleLogger extends Object implements IObserver
Widget that captures and displays messages in a GUI.
  • Constructor Details

    • ConsoleLogger

      public ConsoleLogger()
  • Method Details

    • setUseHistorical

      public void setUseHistorical(boolean useHistorical)
    • subscribe

      public void subscribe()
    • unsubscribe

      public void unsubscribe()
    • notify

      public void notify(Events event, Object... data)
      Description copied from interface: IObserver
      Event notification call.
      Specified by:
      notify in interface IObserver
      Parameters:
      event - The event type.
      data - The data associated with this event.
    • dispose

      public void dispose()