Package org.apache.wiki.event


package org.apache.wiki.event
  • Class
    Description
    WikiEngineEvent indicates a change in the state of the Engine.
    Abstract parent class for wiki events.
    Emits all kind of WikiEvents.
    Defines an interface for an object that listens for WikiEvents.
    A singleton class that manages the addition and removal of WikiEvent listeners to a event source, as well as the firing of events to those listeners.
    WikiPageEvent indicates a change in the state or processing of a WikiPage.
    WikiPageRenameEvent extends WikiPageEvent to indicate a change in the name of a WikiPage.
    Event class for security events: login/logout, wiki group adds/changes, and authorization decisions.
    WorkflowEvent indicates that a state change to a Workflow: started, running, waiting, completed, aborted.