org.globalse.arena.frag.events
Class EventDispatcher

java.lang.Object
  |
  +--org.globalse.arena.frag.events.EventDispatcher
Direct Known Subclasses:
EventChannel

public class EventDispatcher
extends java.lang.Object
implements EventSink, EventSource

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

EventDispatcher

public EventDispatcher()
Method Detail

eventDistributor

public EventDistributor eventDistributor()
Inherited from EventSink.
Specified by:
eventDistributor in interface EventSource
Returns:
This object's EventDistributor

processEvent

public void processEvent(Event event)
Here incoming events are passed to the EventDistributor.
Specified by:
processEvent in interface EventSink
Parameters:
event - Event process frag events



This page is hosted by the Chair for Applied Software Engineering of the Technische Universität München.
Imprint (Impressum)