com.jivesoftware.spi
Interface ServiceEventListener<T extends java.lang.Enum<?>,O>
public interface ServiceEventListener<T extends java.lang.Enum<?>,O>
API for receiving events from a event source.
|
Method Summary |
void |
receive(ServiceEvent<T,O> e)
Event dispatcher will call this method to send the event to the listener. |
receive
void receive(ServiceEvent<T,O> e)
- Event dispatcher will call this method to send the event to the listener.
- Parameters:
e - event to receive
Copyright © 1999-2007 Jive Software.