org.savarese.unicorn.ui.event
Interface ChainedEventListener.EventProcessor<L extends java.util.EventListener,E extends java.util.EventObject>
- All Known Implementing Classes:
- ChainedActionListener
- Enclosing class:
- ChainedEventListener<L extends java.util.EventListener,E extends java.util.EventObject>
public static interface ChainedEventListener.EventProcessor<L extends java.util.EventListener,E extends java.util.EventObject>
An interface for delivering events to an event listener.
|
Method Summary |
void |
processEvent(L listener,
E event)
Delivers an event to the specified listener, possibly taking
other actions in the process. |
processEvent
void processEvent(L listener,
E event)
- Delivers an event to the specified listener, possibly taking
other actions in the process.
- Parameters:
listener - The listener to receive the event.event - The event to deliver.
Copyright © 2006 Daniel F. Savarese. All Rights Reserved.