Class 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 Detail

      • ChangeStateActionListener

        public ChangeStateActionListener()