Uses of Class
com.ecyrd.jspwiki.event.WikiEvent

Packages that use WikiEvent
com.ecyrd.jspwiki The chief package of JSPWiki. 
com.ecyrd.jspwiki.auth.authorize Authorizer implementation. 
com.ecyrd.jspwiki.event   
com.ecyrd.jspwiki.plugin Provides plugins to the JSPWiki. 
com.ecyrd.jspwiki.render   
com.ecyrd.jspwiki.search Provides the JSPWiki search functionality. 
com.ecyrd.jspwiki.ui.admin Contains classes for the JSPWiki administrative interface. 
com.ecyrd.jspwiki.util Provides a number of utility libraries that are of general use. 
com.ecyrd.jspwiki.workflow   
 

Uses of WikiEvent in com.ecyrd.jspwiki
 

Methods in com.ecyrd.jspwiki with parameters of type WikiEvent
 void WikiSession.actionPerformed(WikiEvent event)
          Listens for WikiEvents generated by source objects such as the GroupManager.
 void ReferenceManager.actionPerformed(WikiEvent event)
          Fired when a WikiEvent is triggered by an event source.
 void PageManager.actionPerformed(WikiEvent event)
          Listens for WikiSecurityEvent.PROFILE_NAME_CHANGED events.
 

Uses of WikiEvent in com.ecyrd.jspwiki.auth.authorize
 

Methods in com.ecyrd.jspwiki.auth.authorize with parameters of type WikiEvent
 void GroupManager.actionPerformed(WikiEvent event)
          Listens for WikiSecurityEvent.PROFILE_NAME_CHANGED events.
 

Uses of WikiEvent in com.ecyrd.jspwiki.event
 

Subclasses of WikiEvent in com.ecyrd.jspwiki.event
 class WikiEngineEvent
          WikiEngineEvent indicates a change in the state of the WikiEngine.
 class WikiPageEvent
          WikiPageEvent indicates a change in the state or processing of a WikiPage.
 class WikiPageRenameEvent
          WikiPageRenameEvent extends WikiPageEvent to indicate a change in the name of a WikiPage.
 class WikiSecurityEvent
          Event class for security events: login/logout, wiki group adds/changes, and authorization decisions.
 class WorkflowEvent
           WorkflowEvent indicates that a state change to a Workflow: started, running, waiting, completed, aborted.
 

Methods in com.ecyrd.jspwiki.event with parameters of type WikiEvent
 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.
 

Uses of WikiEvent in com.ecyrd.jspwiki.plugin
 

Methods in com.ecyrd.jspwiki.plugin with parameters of type WikiEvent
 void PageViewPlugin.PageViewManager.actionPerformed(WikiEvent event)
          Inspect wiki events for shutdown.
 

Uses of WikiEvent in com.ecyrd.jspwiki.render
 

Methods in com.ecyrd.jspwiki.render with parameters of type WikiEvent
 void RenderingManager.actionPerformed(WikiEvent event)
          Flushes the document cache in response to a POST_SAVE_BEGIN event.
 

Uses of WikiEvent in com.ecyrd.jspwiki.search
 

Methods in com.ecyrd.jspwiki.search with parameters of type WikiEvent
 void SearchManager.actionPerformed(WikiEvent event)
          If the page has been deleted, removes it from the index.
 

Uses of WikiEvent in com.ecyrd.jspwiki.ui.admin
 

Methods in com.ecyrd.jspwiki.ui.admin with parameters of type WikiEvent
 void AdminBeanManager.actionPerformed(WikiEvent event)
          Unregisters AdminBeans upon SHUTDOWN event.
 

Uses of WikiEvent in com.ecyrd.jspwiki.util
 

Methods in com.ecyrd.jspwiki.util with parameters of type WikiEvent
 void WikiBackgroundThread.actionPerformed(WikiEvent event)
          Listens for WikiEngineEvent.SHUTDOWN and, if detected, marks the thread for death.
 

Uses of WikiEvent in com.ecyrd.jspwiki.workflow
 

Methods in com.ecyrd.jspwiki.workflow with parameters of type WikiEvent
 void WorkflowManager.actionPerformed(WikiEvent event)
          Listens for WorkflowEvent objects emitted by Workflows.