org.exoplatform.social.client.api.event
Interface LifecycleListener<M,S>
- Type Parameters:
M - The object which implements Model interfaceS - 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
broadcast
void broadcast(LifecycleEvent<M,S> event)
- Broadcasts the event to the LifecycleListener.
- Parameters:
event - the event is broadcasted
Copyright © 2011-2012 eXo Platform. All Rights Reserved.