com.ecyrd.jspwiki.event
Class WikiEngineEvent
java.lang.Object
java.util.EventObject
com.ecyrd.jspwiki.event.WikiEvent
com.ecyrd.jspwiki.event.WikiEngineEvent
- All Implemented Interfaces:
- Serializable
public class WikiEngineEvent
- extends WikiEvent
Event class for wiki engine events.
- Since:
- 2.4.14
- Version:
- $Revision: 1.1 $ $Date: 2006/06/17 23:13:35 $
- Author:
- Andrew Jaquith
- See Also:
- Serialized Form
Constructor Summary |
WikiEngineEvent(Object source,
int type)
Constructs a wiki engine event of a specified type. |
Method Summary |
protected static String |
eventName(int type)
Returns a textual representation of an event type. |
String |
toString()
Prints a String (human-readable) representation of this object. |
SHUTDOWN
public static final int SHUTDOWN
- See Also:
- Constant Field Values
WikiEngineEvent
public WikiEngineEvent(Object source,
int type)
- Constructs a wiki engine event of a specified type.
- Parameters:
source
- the wiki engine that produced the eventtype
- the type of the event
toString
public final String toString()
- Prints a String (human-readable) representation of this object.
- Overrides:
toString
in class EventObject
- See Also:
Object.toString()
eventName
protected static final String eventName(int type)
- Returns a textual representation of an event type.
- Parameters:
type
- the type
- Returns:
- the string representation