Uses of Class
org.apache.wiki.event.WikiEvent
-
Packages that use WikiEvent Package Description org.apache.wiki The chief package of JSPWiki.org.apache.wiki.auth.authorize Authorizer implementation.org.apache.wiki.event org.apache.wiki.pages Entry point for JSPWiki's Page Objects.org.apache.wiki.plugin Provides plugins to the JSPWiki.org.apache.wiki.references Provides the JSPWiki track of pages' references.org.apache.wiki.render Provides the JSPWiki rendering functionality.org.apache.wiki.search Provides the JSPWiki search functionality.org.apache.wiki.ui.admin Contains classes for the JSPWiki administrative interface.org.apache.wiki.workflow -
-
Uses of WikiEvent in org.apache.wiki
Methods in org.apache.wiki with parameters of type WikiEvent Modifier and Type Method Description voidWikiBackgroundThread. actionPerformed(WikiEvent event)Listens forWikiEngineEvent.SHUTDOWNand, if detected, marks the thread for death.voidWikiSession. actionPerformed(WikiEvent event)Listens for WikiEvents generated by source objects such as the GroupManager, UserManager or AuthenticationManager. -
Uses of WikiEvent in org.apache.wiki.auth.authorize
Methods in org.apache.wiki.auth.authorize with parameters of type WikiEvent Modifier and Type Method Description voidDefaultGroupManager. actionPerformed(WikiEvent event)Fired when a WikiEvent is triggered by an event source. -
Uses of WikiEvent in org.apache.wiki.event
Subclasses of WikiEvent in org.apache.wiki.event Modifier and Type Class Description classWikiEngineEventWikiEngineEvent indicates a change in the state of the Engine.classWikiPageEventWikiPageEvent indicates a change in the state or processing of a WikiPage.classWikiPageRenameEventWikiPageRenameEvent extends WikiPageEvent to indicate a change in the name of a WikiPage.classWikiSecurityEventEvent class for security events: login/logout, wiki group adds/changes, and authorization decisions.classWorkflowEventWorkflowEvent 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 voidWikiEventListener. actionPerformed(WikiEvent event)Fired when a WikiEvent is triggered by an event source.static voidWikiEventManager. fireEvent(java.lang.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 org.apache.wiki.pages
Methods in org.apache.wiki.pages with parameters of type WikiEvent Modifier and Type Method Description voidDefaultPageManager. actionPerformed(WikiEvent event)Listens forWikiSecurityEvent.PROFILE_NAME_CHANGEDevents. -
Uses of WikiEvent in org.apache.wiki.plugin
Methods in org.apache.wiki.plugin with parameters of type WikiEvent Modifier and Type Method Description voidPageViewPlugin.PageViewManager. actionPerformed(WikiEvent event)Inspect wiki events for shutdown. -
Uses of WikiEvent in org.apache.wiki.references
Methods in org.apache.wiki.references with parameters of type WikiEvent Modifier and Type Method Description voidDefaultReferenceManager. actionPerformed(WikiEvent event)Fired when a WikiEvent is triggered by an event source. -
Uses of WikiEvent in org.apache.wiki.render
Methods in org.apache.wiki.render with parameters of type WikiEvent Modifier and Type Method Description voidDefaultRenderingManager. actionPerformed(WikiEvent event)Fired when a WikiEvent is triggered by an event source. -
Uses of WikiEvent in org.apache.wiki.search
Methods in org.apache.wiki.search with parameters of type WikiEvent Modifier and Type Method Description voidDefaultSearchManager. actionPerformed(WikiEvent event)Fired when a WikiEvent is triggered by an event source. -
Uses of WikiEvent in org.apache.wiki.ui.admin
Methods in org.apache.wiki.ui.admin with parameters of type WikiEvent Modifier and Type Method Description voidAdminBeanManager. actionPerformed(WikiEvent event)Unregisters AdminBeans upon SHUTDOWN event.voidDefaultAdminBeanManager. actionPerformed(WikiEvent event) -
Uses of WikiEvent in org.apache.wiki.workflow
Methods in org.apache.wiki.workflow with parameters of type WikiEvent Modifier and Type Method Description voidDefaultWorkflowManager. actionPerformed(WikiEvent event)Listens forWorkflowEventobjects emitted by Workflows.
-