Package org.eclipse.net4j.util.event
Class ThrowableEventAdapter.ToPrintStream
java.lang.Object
org.eclipse.net4j.util.event.ThrowableEventAdapter
org.eclipse.net4j.util.event.ThrowableEventAdapter.ToPrintStream
- All Implemented Interfaces:
EventListener
,IListener
- Enclosing class:
- ThrowableEventAdapter
Prints the stack traces of throwable
events
to a PrintStream
.- Author:
- Eike Stepper
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.net4j.util.event.ThrowableEventAdapter
ThrowableEventAdapter.ToPrintStream
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.event.IListener
IListener.NotifierAware
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal PrintStream
getOut()
protected void
onThrowable
(INotifier source, Throwable t) Methods inherited from class org.eclipse.net4j.util.event.ThrowableEventAdapter
notifyEvent, notifyLifecycleEvent, notifyOtherEvent
-
Field Details
-
CONSOLE
-
-
Constructor Details
-
ToPrintStream
-
-
Method Details
-
getOut
-
onThrowable
- Overrides:
onThrowable
in classThrowableEventAdapter
-