public class LogEventHandlerImpl extends NamedBase implements LogEventHandler
Modifier and Type | Method and Description |
---|---|
void |
clear()
Discard the contents of the log.
|
void |
display(java.io.PrintStream arg,
java.lang.String msg)
Display the contents of this log in formatted form to the PrintStream.
|
java.util.Iterator<TimerEvent> |
iterator() |
void |
notify(TimerEvent event) |
equals, factory, hashCode, name, setFactory, toString
public java.util.Iterator<TimerEvent> iterator()
iterator
in interface java.lang.Iterable<TimerEvent>
public void notify(TimerEvent event)
notify
in interface TimerEventHandler
public void clear()
LogEventHandler
clear
in interface LogEventHandler
public void display(java.io.PrintStream arg, java.lang.String msg)
LogEventHandler
display
in interface LogEventHandler