public class LogEventHandlerImpl extends NamedBase implements LogEventHandler
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Discard the contents of the log.
|
void |
display(PrintStream arg,
String msg)
Display the contents of this log in formatted form to the PrintStream.
|
Iterator<TimerEvent> |
iterator() |
void |
notify(TimerEvent event) |
equals, factory, hashCode, name, setFactory, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic Iterator<TimerEvent> iterator()
iterator in interface Iterable<TimerEvent>public void notify(TimerEvent event)
notify in interface TimerEventHandlerpublic void clear()
LogEventHandlerclear in interface LogEventHandlerpublic void display(PrintStream arg, String msg)
LogEventHandlerdisplay in interface LogEventHandlerCopyright © 2011–2019 Eclipse Foundation. All rights reserved.