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's
addDraftActionListener method. When
the draftAction event occurs, that object's appropriate
method is invoked.-
Field Summary
Fields inherited from class org.exoplatform.webui.event.EventListener
RESULT_OK -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.exoplatform.webui.event.Event<UIPublicationPanel> event)
-
Constructor Details
-
ChangeStateActionListener
public ChangeStateActionListener()
-
-
Method Details
-
execute
- Specified by:
executein classorg.exoplatform.webui.event.EventListener<UIPublicationPanel>- Throws:
Exception
-