org.exoplatform.social.client.api.event
Interface CRUDLifecycleListener<M>

Type Parameters:
M - The type which implements Model interface

public interface CRUDLifecycleListener<M>

Interface defining a listener for significant events (including "model create, update, delete operation) generated by a component that implements the CRUDLifecycle interface.

Author:
thanh_vucong

Method Summary
 void broadcast(CRUDLifecycleEvent<M> event)
          Broadcasts the event to the CRUDLifecycleListener.
 

Method Detail

broadcast

void broadcast(CRUDLifecycleEvent<M> event)
Broadcasts the event to the CRUDLifecycleListener.

Parameters:
event - the event is broadcasted.


Copyright © 2011 eXo Platform. All Rights Reserved.