Class AddPageActionComponent.AddPageActionListener
- 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.UIPageToolBarActionListener<T>
-
- org.exoplatform.wiki.webui.control.listener.AddContainerActionListener<AddPageActionComponent>
-
- org.exoplatform.wiki.webui.control.action.AddPageActionComponent.AddPageActionListener
-
- Enclosing class:
- AddPageActionComponent
public static class AddPageActionComponent.AddPageActionListener extends AddContainerActionListener<AddPageActionComponent>
-
-
Constructor Summary
Constructors Constructor Description AddPageActionListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidprocessEvent(org.exoplatform.webui.event.Event<AddPageActionComponent> event)-
Methods inherited from class org.exoplatform.wiki.webui.control.listener.AddContainerActionListener
getExtensionType
-
Methods inherited from class org.exoplatform.wiki.webui.control.listener.UIWikiPortletActionListener
createContext
-
-
-
-
Method Detail
-
processEvent
protected void processEvent(org.exoplatform.webui.event.Event<AddPageActionComponent> event) throws Exception
- Overrides:
processEventin classUIWikiPortletActionListener<AddPageActionComponent>- Throws:
Exception
-
-