org.exoplatform.wcm.webui.clv
Interface RefreshDelegateActionListener

All Known Implementing Classes:
UICLVContainer, UICLVFolderMode, UICLVManualMode

public interface RefreshDelegateActionListener

The listener interface for receiving refreshDelegateAction events. The class that is interested in processing a refreshDelegateAction event implements this interface, and the object created with that class is registered with a component using the component's addRefreshDelegateActionListener method. When the refreshDelegateAction event occurs, that object's appropriate method is invoked.

See Also:
RefreshDelegateActionEvent

Method Summary
 void onRefresh(org.exoplatform.webui.event.Event<UICLVPresentation> event)
          On refresh.
 

Method Detail

onRefresh

void onRefresh(org.exoplatform.webui.event.Event<UICLVPresentation> event)
               throws java.lang.Exception
On refresh.

Parameters:
event - the event
Throws:
java.lang.Exception - the exception


Copyright © 2010 eXo Platform SAS. All Rights Reserved.