Package org.apache.wiki.event

  • Interface Summary
    Interface Description
    WikiEventListener
    Defines an interface for an object that listens for WikiEvents.
  • Class Summary
    Class Description
    WikiEngineEvent
    WikiEngineEvent indicates a change in the state of the Engine.
    WikiEvent
    Abstract parent class for wiki events.
    WikiEventManager
    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
    WikiPageEvent indicates a change in the state or processing of a WikiPage.
    WikiPageRenameEvent
    WikiPageRenameEvent extends WikiPageEvent to indicate a change in the name of a WikiPage.
    WikiSecurityEvent
    Event class for security events: login/logout, wiki group adds/changes, and authorization decisions.
    WorkflowEvent
    WorkflowEvent indicates that a state change to a Workflow: started, running, waiting, completed, aborted.
  • Enum Summary
    Enum Description
    WikiEventEmitter
    Emits all kind of WikiEvents.