org.exoplatform.social.client.api.event
Interface LifecycleListener<M,S>

Type Parameters:
M - The object which implements Model interface
S - The object which implements Service interface

public interface LifecycleListener<M,S>

Interface defining a listener for significant events (including "component start" and "component stop" generated by a component that implements the Lifecycle interface.

Author:
thanh_vucong

Method Summary
 void broadcast(LifecycleEvent<M,S> event)
          Broadcasts the event to the LifecycleListener.
 

Method Detail

broadcast

void broadcast(LifecycleEvent<M,S> event)
Broadcasts the event to the LifecycleListener.

Parameters:
event - the event is broadcasted


Copyright © 2011 eXo Platform. All Rights Reserved.