Class ConsoleLogger

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

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

    Constructors
    Constructor Description
    ConsoleLogger()  
  • Method Summary

    Modifier and Type Method Description
    void dispose()  
    void notify​(Events event, java.lang.Object... data)  
    void setUseHistorical​(boolean useHistorical)  
    void subscribe()  
    void unsubscribe()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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, java.lang.Object... data)
      Specified by:
      notify in interface IObserver
    • dispose

      public void dispose()