| Modifier and Type | Class and Description |
|---|---|
class |
WikiEngineEvent
WikiEngineEvent indicates a change in the state of the Engine.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WikiEventListener.actionPerformed(WikiEvent event)
Fired when a WikiEvent is triggered by an event source.
|
void |
WikiEventListener.actionPerformed(WikiEvent event)
Fired when a WikiEvent is triggered by an event source.
|
static void |
WikiEventManager.fireEvent(java.lang.Object client,
WikiEvent event)
Notify all listeners of the WikiEventDelegate having a registered interest in change events of the supplied WikiEvent.
|
static void |
WikiEventManager.fireEvent(java.lang.Object client,
WikiEvent event)
Notify all listeners of the WikiEventDelegate having a registered interest in change events of the supplied WikiEvent.
|
Copyright (c) 2001-2021 The Apache Software Foundation. All rights reserved.