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