Package com.alachisoft.ncache.client
Class CQEventArg
- java.lang.Object
-
- com.alachisoft.ncache.client.EventArg
-
- com.alachisoft.ncache.client.CQEventArg
-
public class CQEventArg extends EventArg
This object is received when an even is raised and listenerQueryDataModificationListeneris executed. CQEventArg contains necessary information to identify the event and perform necessary actions accordingly. It inheritsEventArg.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContinuousQuerygetContinuousQuery()Reference to theContinuousQueryobject it is registered against.-
Methods inherited from class com.alachisoft.ncache.client.EventArg
getCacheName, getEventType, getItem, getOldItem
-
-
-
-
Method Detail
-
getContinuousQuery
public final ContinuousQuery getContinuousQuery()
Reference to theContinuousQueryobject it is registered against.- Returns:
- The ContinuousQuery instance.
-
-