org.globalse.arena.frag.events
Interface EventSource
- All Known Implementing Classes:
- EventDispatcher, GameManager, ObjectManager, Timer
- public interface EventSource
Every class that wants to send objects that can be received by any destination
needs to subclass EventSource. Ever EventSource descendant needs to provide an
EventDistributor where event listeners can register themselves.
$Id: EventSource.html,v 1.1 2003/02/12 18:06:19 schoecke Exp $
Method Summary |
EventDistributor |
eventDistributor()
This method returns the EventDistributor associated with this EventSource. |
eventDistributor
public EventDistributor eventDistributor()
- This method returns the EventDistributor associated with this EventSource. Listeners need to register there.
- Returns:
- returns the event distributor
This page is hosted by the Chair for Applied Software Engineering of the Technische Universität München.
Imprint (Impressum)