Package org.eclipse.net4j.util.event
Class Event
- java.lang.Object
- 
- java.util.EventObject
- 
- org.eclipse.net4j.util.event.Event
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- IEvent
 - Direct Known Subclasses:
- ContainerEvent,- LifecycleEvent,- NotifyingMonitor.ProgressEvent,- OptionsEvent,- RollingLog.RollingLogEvent,- SashComposite.OrientationChangedEvent,- SingleDeltaContainerEvent,- ThrowableEvent,- ValueEvent
 
 public class Event extends java.util.EventObject implements IEvent A default implementation of anevent.- Author:
- Eike Stepper
- See Also:
- Serialized Form
 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringformatAdditionalParameters()protected java.lang.StringformatEventName()INotifiergetSource()java.lang.StringtoString()
 
- 
- 
- 
Constructor Detail- 
Eventpublic Event(INotifier notifier) 
 
- 
 - 
Method Detail- 
getSourcepublic INotifier getSource() 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.util.EventObject
 
 - 
formatEventNameprotected java.lang.String formatEventName() - Since:
- 3.7
 
 - 
formatAdditionalParametersprotected java.lang.String formatAdditionalParameters() - Since:
- 3.0
 
 
- 
 
-