java.lang.Object
org.wicketstuff.wiquery.core.events.Event
All Implemented Interfaces:
Serializable, ChainableStatement

public abstract class Event extends Object implements ChainableStatement, Serializable
$Id: Event.java 1714M 2012-01-17 08:29:18Z (local) $

Executes the given JsScope statement when a given list of EventLabel happened.

Since:
0.5
Author:
Lionel Armanet
See Also:
  • Field Details

    • eventLabels

      protected EventLabel[] eventLabels
      The list of events triggering the JsScope.
  • Constructor Details

  • Method Details