Klasse ThrowableEventAdapter

java.lang.Object
org.eclipse.net4j.util.event.ThrowableEventAdapter
Alle implementierten Schnittstellen:
EventListener, IListener
Bekannte direkte Unterklassen:
ThrowableEventAdapter.ToPrintStream

public class ThrowableEventAdapter extends Object implements IListener
A listener that dispatches throwable events to methods that can be overridden by extenders.
Seit:
3.3
Autor:
Eike Stepper
  • Konstruktordetails

    • ThrowableEventAdapter

      public ThrowableEventAdapter()
  • Methodendetails

    • notifyEvent

      public final void notifyEvent(IEvent event)
      Angegeben von:
      notifyEvent in Schnittstelle IListener
    • notifyLifecycleEvent

      protected void notifyLifecycleEvent(ThrowableEvent event)
    • notifyOtherEvent

      protected void notifyOtherEvent(IEvent event)
    • onThrowable

      protected void onThrowable(INotifier source, Throwable t)