Package p2pMapReduce.nodeModule.event

Interface Summary
EventIF An abstract representation of P2PMapReduce framework event.
EventListener The listener interface for receiving events.
 

Class Summary
AbstractEvent Deprecated. Not useful
EventNotifier An utility class to notify en event to a set of EventListener
InnerEvent An inner event that cannot be sent across the network.
MessageEvent A serializable implementation of the Event interface.
 

Enum Summary
EventType Enumeration of all the well known event type for the P2PMapReduce framework.