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.
  • Constructor Details

    • ChangeStateActionListener

      public ChangeStateActionListener()
  • Method Details