Class AbstractLogger

    • Constructor Detail

      • AbstractLogger

        public AbstractLogger()
    • Method Detail

      • update

        public void update()
      • callUpdate

        public void callUpdate()
      • postAll

        public void postAll()
      • describe

        public String describe()
        Description copied from interface: Descriptive
        Creates a String 'describing' this object, usually for exporting purposes.
        Specified by:
        describe in interface Descriptive
        Returns:
        by default, this will return the name of the implementing class and the date of the calculation.
      • getGUIComponent

        public abstract JComponent getGUIComponent()
      • printTimeTaken

        public abstract void printTimeTaken​(Log log)
      • post

        public abstract void post​(LogEntry logEntry)
      • post

        public abstract void post​(String text)
      • clear

        public abstract void clear()
      • isEmpty

        public abstract boolean isEmpty()