org.eclipse.net4j.util.event
Class Event

java.lang.Object
  extended by java.util.EventObject
      extended by org.eclipse.net4j.util.event.Event
All Implemented Interfaces:
Serializable, IEvent
Direct Known Subclasses:
ContainerEvent, LifecycleEvent, NotifyingMonitor.ProgressEvent, OptionsEvent, SashComposite.OrientationChangedEvent, SingleDeltaContainerEvent, ThrowableEvent, ValueEvent

public class Event
extends EventObject
implements IEvent

A default implementation of an event.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
Event(INotifier notifier)
           
 
Method Summary
protected  String formatAdditionalParameters()
           
 INotifier getSource()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Event

public Event(INotifier notifier)
Method Detail

getSource

public INotifier getSource()
Specified by:
getSource in interface IEvent
Overrides:
getSource in class EventObject

toString

public String toString()
Overrides:
toString in class EventObject

formatAdditionalParameters

protected String formatAdditionalParameters()
Since:
3.0


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.