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: 641eb57d7b02899037543d1b2bd7c6cafcf9b654 $
  • Field Details

    • eventType

      public EventType eventType
      The type of the event.
    • eventParameters

      public Object[] eventParameters
      The parameters of the event.
  • Constructor Details

    • Event

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