- Enclosing class:
- RefreshViewManagerComponent
public static class RefreshViewManagerComponent.RefreshViewActionListener
extends org.exoplatform.webui.event.EventListener<RefreshViewManagerComponent>
The listener interface for receiving refreshViewAction events. The class
that is interested in processing a refreshViewAction event implements this
interface, and the object created with that class is registered with a
component using the component's addRefreshViewActionListener
method. When the refreshViewAction event occurs, that object's appropriate
method is invoked.