|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventIF | |
---|---|
p2pMapReduce.gui | |
p2pMapReduce.impl.nodeModule | |
p2pMapReduce.nodeModule.event | |
p2pMapReduce.nodeModule.nodeFsm |
Uses of EventIF in p2pMapReduce.gui |
---|
Methods in p2pMapReduce.gui with parameters of type EventIF | |
---|---|
void |
GUI.handleEvent(EventIF event)
|
void |
NetPanel.handleEvent(EventIF event)
|
void |
UserJobFrame.handleEvent(EventIF event)
|
Uses of EventIF in p2pMapReduce.impl.nodeModule |
---|
Methods in p2pMapReduce.impl.nodeModule with parameters of type EventIF | |
---|---|
void |
NodeModuleImpl.handleEvent(EventIF event)
|
Uses of EventIF in p2pMapReduce.nodeModule.event |
---|
Classes in p2pMapReduce.nodeModule.event that implement EventIF | |
---|---|
class |
AbstractEvent
Deprecated. Not useful |
class |
InnerEvent
An inner event that cannot be sent across the network. |
class |
MessageEvent
A serializable implementation of the Event interface. |
Methods in p2pMapReduce.nodeModule.event with parameters of type EventIF | |
---|---|
void |
EventListener.handleEvent(EventIF event)
|
void |
EventNotifier.notifyEvent(EventIF event)
Used to notify the event to all the event listener of the set |
Uses of EventIF in p2pMapReduce.nodeModule.nodeFsm |
---|
Methods in p2pMapReduce.nodeModule.nodeFsm with parameters of type EventIF | |
---|---|
void |
NodeFSM.handleEvent(EventIF event)
The entry method to submit an event to handle. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |