de.enough.polish.event
Interface EventListener

All Known Implementing Classes:
AnimationThread

public interface EventListener

Listens for events

Copyright Enough Software 2007 - 2009

 history
        Sep 15, 2007 - rob creation
 

Author:
Robert Virkus, j2mepolish@enough.de

Method Summary
 void handleEvent(String name, Object source, Object data)
          Handles (or ignores) the given event.
 

Method Detail

handleEvent

void handleEvent(String name,
                 Object source,
                 Object data)
Handles (or ignores) the given event.

Parameters:
name - name of the event e.g. EventManager.EVENT_FOCUS == "focus"
source - the source of the event e.g. an item
data - optional additional data, might be null