jet.server.api.ria
Class ActionEvent

java.lang.Object
  extended by jet.server.api.ria.ActionEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
RealtimeChartEvent

public abstract class ActionEvent
extends java.lang.Object
implements java.io.Serializable

ActionEvent represents a event which create and fire by client, and will send to the running interactive reports.

It is a base type, but not intend to be extend by client itself. Instead JReport provides available concrete subclasses.
For example, RealtimeChartEvent.

See Also:
Serialized Form

Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait