Uses of Class
org.apache.wiki.event.WikiEvent

  • Uses of WikiEvent in org.apache.wiki.event

    Modifier and Type
    Class
    Description
    class 
    WikiEngineEvent indicates a change in the state of the Engine.
    class 
    WikiPageEvent indicates a change in the state or processing of a WikiPage.
    class 
    WikiPageRenameEvent extends WikiPageEvent to indicate a change in the name of a WikiPage.
    final class 
    Event class for security events: login/logout, wiki group adds/changes, and authorization decisions.
    final class 
    WorkflowEvent indicates that a state change to a Workflow: started, running, waiting, completed, aborted.
    Methods in org.apache.wiki.event with parameters of type WikiEvent
    Modifier and Type
    Method
    Description
    void
    WikiEventListener.actionPerformed(WikiEvent event)
    Fired when a WikiEvent is triggered by an event source.
    static void
    WikiEventManager.fireEvent(Object client, WikiEvent event)
    Notify all listeners of the WikiEventDelegate having a registered interest in change events of the supplied WikiEvent.