Jive API (3.0.13) Core Javadocs

com.jivesoftware.spi
Interface ServiceEventListener<T extends Enum<?>,O>


public interface ServiceEventListener<T extends 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.
 

Method Detail

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

Jive Product Page

Copyright © 1999-2007 Jive Software.