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:
- java.util.EventListener,- IListener
 - Enclosing class:
- ThrowableEventAdapter
 
 public static class ThrowableEventAdapter.ToPrintStream extends ThrowableEventAdapter Prints the stack traces of throwableeventsto aPrintStream.- Author:
- Eike Stepper
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.eclipse.net4j.util.event.ThrowableEventAdapterThrowableEventAdapter.ToPrintStream
 - 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.event.IListenerIListener.NotifierAware
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static ThrowableEventAdapter.ToPrintStreamCONSOLE
 - 
Constructor SummaryConstructors Constructor Description ToPrintStream(java.io.PrintStream out)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.PrintStreamgetOut()protected voidonThrowable(INotifier source, java.lang.Throwable t)- 
Methods inherited from class org.eclipse.net4j.util.event.ThrowableEventAdapternotifyEvent, notifyLifecycleEvent, notifyOtherEvent
 
- 
 
- 
- 
- 
Field Detail- 
CONSOLEpublic static final ThrowableEventAdapter.ToPrintStream CONSOLE 
 
- 
 - 
Method Detail- 
getOutpublic final java.io.PrintStream getOut() 
 - 
onThrowableprotected void onThrowable(INotifier source, java.lang.Throwable t) - Overrides:
- onThrowablein class- ThrowableEventAdapter
 
 
- 
 
-