| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EventListener
An interface that represents an element that is listening for specific types of events.
| Method Summary | |
|---|---|
|  String[] | getEventTypes()Returns the event types this event listener is interested in. | 
|  void | signalEvent(String type,
            Object event)Signals that an event has occurred. | 
| Method Detail | 
|---|
void signalEvent(String type,
                 Object event)
type - the type of eventevent - the data associated with this eventString[] getEventTypes()
null if the event types are unknown.
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||