Interface LogEventHandler

All Superinterfaces:
Iterable<TimerEvent>, Named, TimerEventHandler
All Known Implementing Classes:
LogEventHandlerImpl

public interface LogEventHandler extends TimerEventHandler, Iterable<TimerEvent>
A TimerEventHandler that stores all events that is receives. It can be used in the JDK 5 for loop.
  • Method Details

    • clear

      void clear()
      Discard the contents of the log.
    • display

      void display(PrintStream arg, String msg)
      Display the contents of this log in formatted form to the PrintStream.