|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.globalse.arena.frag.events.EventDispatcher
An EventDispatcher combines an EventSink with a general EventSource. Any event that is processed will simply be relayed to all registered listeners. $Id: EventDispatcher.html,v 1.1 2003/02/12 18:06:19 schoecke Exp $
Constructor Summary | |
EventDispatcher()
|
Method Summary | |
EventDistributor |
eventDistributor()
Inherited from EventSink. |
void |
processEvent(Event event)
Here incoming events are passed to the EventDistributor. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public EventDispatcher()
Method Detail |
public EventDistributor eventDistributor()
public void processEvent(Event event)
event
- Event process frag events
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |