Package fulmine.event.system

Interface Summary
ISystemEvent A specialised event that represents a system event as opposed to an application event.
ISystemEventListener A marker interface for a listener of ISystemEvent instances.
ISystemEventSource An event source that only raises ISystemEvent events.
 

Class Summary
AbstractSystemEvent Base class for ISystemEvent instances.
EventSourceNotObservedEvent A system event raised when an IEventSource has no more IEventListener instances observing it.
EventSourceObservedEvent A system event raised when the first IEventListener instance has been added as an observer to an IEventSource.
RxEvent A receiving event encapsulates the byte[] that holds the state change in wire form of an IContainer received from a remote context.
SubscribeEvent A system event raised when an ISubscriptionManager receives a new subscription.
SystemEventSource A simple system event source implementation.
TxEvent A transmission event encapsulates the byte[] that holds the state change in wire form of an IContainer to transmit.
UnsubscribeEvent A system event raised when an ISubscriptionManager removes a subscription.
 



Copyright © 2007-2009. All Rights Reserved.