Class CancelActionComponent.CancelActionListener
- java.lang.Object
-
- org.exoplatform.webui.event.EventListener<T>
-
- org.exoplatform.webui.ext.UIExtensionEventListener<T>
-
- org.exoplatform.wiki.webui.control.listener.UIWikiPortletActionListener<T>
-
- org.exoplatform.wiki.webui.control.listener.UISubmitToolBarActionListener<CancelActionComponent>
-
- org.exoplatform.wiki.webui.control.action.CancelActionComponent.CancelActionListener
-
- Enclosing class:
- CancelActionComponent
public static class CancelActionComponent.CancelActionListener extends UISubmitToolBarActionListener<CancelActionComponent>
-
-
Constructor Summary
Constructors Constructor Description CancelActionListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidprocessEvent(org.exoplatform.webui.event.Event<CancelActionComponent> event)-
Methods inherited from class org.exoplatform.wiki.webui.control.listener.UISubmitToolBarActionListener
getExtensionType
-
Methods inherited from class org.exoplatform.wiki.webui.control.listener.UIWikiPortletActionListener
createContext
-
-
-
-
Method Detail
-
processEvent
protected void processEvent(org.exoplatform.webui.event.Event<CancelActionComponent> event) throws Exception
- Overrides:
processEventin classUIWikiPortletActionListener<CancelActionComponent>- Throws:
Exception
-
-