Class RemoveAttachmentActionComponent.RemoveAttachmentActionListener
- java.lang.Object
-
- org.exoplatform.webui.event.EventListener<T>
-
- org.exoplatform.webui.ext.UIExtensionEventListener<RemoveAttachmentActionComponent>
-
- org.exoplatform.wiki.webui.control.action.RemoveAttachmentActionComponent.RemoveAttachmentActionListener
-
- Enclosing class:
- RemoveAttachmentActionComponent
public static class RemoveAttachmentActionComponent.RemoveAttachmentActionListener extends org.exoplatform.webui.ext.UIExtensionEventListener<RemoveAttachmentActionComponent>
-
-
Constructor Summary
Constructors Constructor Description RemoveAttachmentActionListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Map<String,Object>createContext(org.exoplatform.webui.event.Event<RemoveAttachmentActionComponent> event)protected StringgetExtensionType()protected voidprocessEvent(org.exoplatform.webui.event.Event<RemoveAttachmentActionComponent> event)
-
-
-
Method Detail
-
processEvent
protected void processEvent(org.exoplatform.webui.event.Event<RemoveAttachmentActionComponent> event) throws Exception
- Specified by:
processEventin classorg.exoplatform.webui.ext.UIExtensionEventListener<RemoveAttachmentActionComponent>- Throws:
Exception
-
createContext
protected Map<String,Object> createContext(org.exoplatform.webui.event.Event<RemoveAttachmentActionComponent> event) throws Exception
- Specified by:
createContextin classorg.exoplatform.webui.ext.UIExtensionEventListener<RemoveAttachmentActionComponent>- Throws:
Exception
-
getExtensionType
protected String getExtensionType()
- Specified by:
getExtensionTypein classorg.exoplatform.webui.ext.UIExtensionEventListener<RemoveAttachmentActionComponent>
-
-