Package org.eclipse.net4j.util.event
Class ThrowableEventAdapter
java.lang.Object
org.eclipse.net4j.util.event.ThrowableEventAdapter
- All Implemented Interfaces:
EventListener
,IListener
- Direct Known Subclasses:
ThrowableEventAdapter.ToPrintStream
- Since:
- 3.3
- Author:
- Eike Stepper
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Prints the stack traces of throwableevents
to aPrintStream
.Nested classes/interfaces inherited from interface org.eclipse.net4j.util.event.IListener
IListener.NotifierAware
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
notifyEvent
(IEvent event) protected void
protected void
notifyOtherEvent
(IEvent event) protected void
onThrowable
(INotifier source, Throwable t)
-
Constructor Details
-
ThrowableEventAdapter
public ThrowableEventAdapter()
-
-
Method Details
-
notifyEvent
- Specified by:
notifyEvent
in interfaceIListener
-
notifyLifecycleEvent
-
notifyOtherEvent
-
onThrowable
-