org.xwiki.rendering.listener
Class QueueListener.Event

java.lang.Object
  extended by org.xwiki.rendering.listener.QueueListener.Event
Enclosing class:
QueueListener

public class QueueListener.Event
extends Object

An event.

Version:
$Id: ce53436b9dcf3abaab09c1dc1d1c7445b2271bee $

Field Summary
 Object[] eventParameters
          The parameters of the event.
 EventType eventType
          The type of the event.
 
Constructor Summary
QueueListener.Event(EventType eventType, Object[] eventParameters)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eventType

public EventType eventType
The type of the event.


eventParameters

public Object[] eventParameters
The parameters of the event.

Constructor Detail

QueueListener.Event

public QueueListener.Event(EventType eventType,
                           Object[] eventParameters)
Parameters:
eventType - the type of the event
eventParameters - the parameters of the event


Copyright © 2004–2015 XWiki. All rights reserved.