com.ecyrd.jspwiki.event
Class WikiEvent
java.lang.Object
java.util.EventObject
com.ecyrd.jspwiki.event.WikiEvent
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- WikiEngineEvent, WikiSecurityEvent
public abstract class WikiEvent
- extends EventObject
Abstract parent class for wiki events.
- Since:
- 2.3.79
- Version:
- $Revision: 1.2 $ $Date: 2006/06/17 23:12:56 $
- Author:
- Andrew Jaquith
- See Also:
WikiSecurityEvent
,
Serialized Form
Constructor Summary |
WikiEvent(Object source,
int type)
Constructs an instance of this event. |
Method Summary |
int |
getType()
Returns the type of event. |
WikiEvent
public WikiEvent(Object source,
int type)
- Constructs an instance of this event.
- Parameters:
source
- the Object that is the source of the event.
getType
public final int getType()
- Returns the type of event.
- Returns:
- the event type