Class ThrowableEventAdapter

java.lang.Object
org.eclipse.net4j.util.event.ThrowableEventAdapter
All Implemented Interfaces:
EventListener, IListener
Direct Known Subclasses:
ThrowableEventAdapter.ToPrintStream

public class ThrowableEventAdapter extends Object implements IListener
A listener that dispatches throwable events to methods that can be overridden by extenders.
Since:
3.3
Author:
Eike Stepper
  • Constructor Details

    • ThrowableEventAdapter

      public ThrowableEventAdapter()
  • Method Details

    • notifyEvent

      public final void notifyEvent(IEvent event)
      Specified by:
      notifyEvent in interface IListener
    • notifyLifecycleEvent

      protected void notifyLifecycleEvent(ThrowableEvent event)
    • notifyOtherEvent

      protected void notifyOtherEvent(IEvent event)
    • onThrowable

      protected void onThrowable(INotifier source, Throwable t)