Clearspace API (2.5.29) 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

Clearspace Project Page

Copyright © 1999-2007 Jive Software.