org.xwiki.rendering.listener
Class QueueListener.Event
java.lang.Object
org.xwiki.rendering.listener.QueueListener.Event
- Enclosing class:
- QueueListener
public class QueueListener.Event
- extends Object
An event.
- Version:
- $Id$
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
eventType
public EventType eventType
- The type of the event.
eventParameters
public Object[] eventParameters
- The parameters of the event.
QueueListener.Event
public QueueListener.Event(EventType eventType,
Object[] eventParameters)
- Parameters:
eventType - the type of the eventeventParameters - the parameters of the event
Copyright © 2004-2011 XWiki. All Rights Reserved.