org.eclipse.net4j.util.event
Interface IEvent

All Known Subinterfaces:
ICacheMonitorEvent, IContainerEvent<E>, IHistoryChangeEvent, ILifecycleEvent, IOptionsEvent, OMPreferencesChangeEvent<T>
All Known Implementing Classes:
ContainerEvent, Event, FinishedEvent, FiniteStateMachine.StateChangedEvent, LifecycleEvent, NotifyingMonitor.ProgressEvent, OptionsEvent, SashComposite.OrientationChangedEvent, SingleDeltaContainerEvent, ThrowableEvent, ValueEvent

public interface IEvent

An event that is fired from a notifier and can be handled by listeners.


Method Summary
 INotifier getSource()
           
 

Method Detail

getSource

INotifier getSource()


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