Class UIPublicationPanel.ChangeStateActionListener
- java.lang.Object
-
- org.exoplatform.webui.event.EventListener<UIPublicationPanel>
-
- org.exoplatform.services.wcm.extensions.publication.lifecycle.authoring.ui.UIPublicationPanel.ChangeStateActionListener
-
- Enclosing class:
- UIPublicationPanel
public static class UIPublicationPanel.ChangeStateActionListener extends org.exoplatform.webui.event.EventListener<UIPublicationPanel>
The listener interface for receiving draftAction events. The class that is interested in processing a draftAction event implements this interface, and the object created with that class is registered with a component using the component'saddDraftActionListenermethod. When the draftAction event occurs, that object's appropriate method is invoked.
-
-
Constructor Summary
Constructors Constructor Description ChangeStateActionListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(org.exoplatform.webui.event.Event<UIPublicationPanel> event)
-
-
-
Method Detail
-
execute
public void execute(org.exoplatform.webui.event.Event<UIPublicationPanel> event) throws Exception
- Specified by:
executein classorg.exoplatform.webui.event.EventListener<UIPublicationPanel>- Throws:
Exception
-
-