Clearspace API (1.10.16) Core Javadocs

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.
 

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.