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 java.lang.Object

An event.

Version:
$Id: QueueListener.java 34350 2011-02-02 11:15:18Z vmassol $

Field Summary
 java.lang.Object[] eventParameters
          The parameters of the event.
 EventType eventType
          The type of the event.
 
Constructor Summary
QueueListener.Event(EventType eventType, java.lang.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 java.lang.Object[] eventParameters
The parameters of the event.

Constructor Detail

QueueListener.Event

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


Copyright © 2004-2011 XWiki. All Rights Reserved.