org.globalse.arena.frag.events
Interface EventSink
- All Known Implementing Classes:
- EventDispatcher, GameManager, ObjectManager, SwordControl
- public interface EventSink
In order to receive events by the usual mechanism, a class must subclass
EventSink which means that it has to provide a processEvent method that
handles incoming events.
$Id: EventSink.html,v 1.1 2003/02/12 18:06:19 schoecke Exp $
Method Summary |
void |
processEvent(Event event)
ProcessEvent must be implemented in order to process incoming Events. |
processEvent
public void processEvent(Event event)
- ProcessEvent must be implemented in order to process incoming Events.
- Parameters:
event
- The Event to be processed- Preconditions:
event != null
This page is hosted by the Chair for Applied Software Engineering of the Technische Universität München.
Imprint (Impressum)