com.ecyrd.jspwiki.event |
|
Java Source File Name | Type | Comment |
PageEventFilter.java | Class | Fires WikiPageEvents for page events.
Adding a PageEventFilter to the FilterManager will automatically
attach an event delegate with the WikiEventManager to provide for
firing and listener management. |
WikiEngineEvent.java | Class | WikiEngineEvent indicates a change in the state of the WikiEngine. |
WikiEvent.java | Class | Abstract parent class for wiki events. |
WikiEventListener.java | Interface | Defines an interface for an object that listens for WikiEvents. |
WikiEventManager.java | Class | 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. |
WikiEventUtils.java | Class | A utility class that adds some JSPWiki-specific functionality to the
WikiEventManager (which is really a general-purpose event manager). |
WikiPageEvent.java | Class | WikiPageEvent indicates a change in the state or processing of a WikiPage.
There are basically two types of page events:
- Phase Boundary Events
- Those considered as "beginning-of-phase", and those as "end-of-phase"
events (as designated by *_BEGIN and *_END), as
generated by the WikiEngine.
|
WikiPageRenameEvent.java | Class | WikiPageRenameEvent extends WikiPageEvent to indicate a change in
the name of a WikiPage. |
WikiSecurityEvent.java | Class | Event class for security events: login/logout, wiki group adds/changes, and
authorization decisions. |
WorkflowEvent.java | Class |
WorkflowEvent indicates that a state change to a Workflow: started, running,
waiting, completed, aborted. |