fulmine.event.system
Class EventSourceObservedEvent
java.lang.Object
fulmine.event.AbstractEvent
fulmine.event.system.AbstractSystemEvent
fulmine.event.system.EventSourceObservedEvent
- All Implemented Interfaces:
- IEvent, ISystemEvent, IAddressable, IDescriptor, Cloneable
public final class EventSourceObservedEvent
- extends AbstractSystemEvent
A system event raised when the first IEventListener
instance has been
added as an observer to an IEventSource
. The event identifies the
IEventSource
.
Application code can register an ISystemEventListener
to receive
these events in order to activate necessary resources to provide data/updates
for the affected IEventSource
.
- Author:
- Ramon Servadei
- See Also:
EventSourceNotObservedEvent
Methods inherited from class fulmine.event.AbstractEvent |
clone, equals, getAddress, getDomain, getDrivingFrame, getFrame, getIdentity, getSource, getTriggerEvent, getType, hashCode, setAddress, setDrivingFrame, setFrame, setSource, setTriggerEvent, toDetailedString, toIdentityString, toString |
EventSourceObservedEvent
public EventSourceObservedEvent(IEventManager context,
IAddressable id)
- Standard constructor
- Parameters:
context
- the context the event is handled inid
- the identifiable instance
Copyright © 2007-2009. All Rights Reserved.