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, toStringpublic java.util.Iterator<TimerEvent> iterator()
iterator in interface java.lang.Iterable<TimerEvent>public void notify(TimerEvent event)
notify in interface TimerEventHandlerpublic void clear()
LogEventHandlerclear in interface LogEventHandlerpublic void display(java.io.PrintStream arg,
java.lang.String msg)
LogEventHandlerdisplay in interface LogEventHandler