Class CQEventArg


  • public class CQEventArg
    extends EventArg
    This object is received when an even is raised and listener QueryDataModificationListener is executed CQEventArg contains necessary information to identify the event and perform necessary actions accordingly. It inherits EventArg.
    • Method Detail

      • getContinuousQuery

        public final ContinuousQuery getContinuousQuery()
        Reference to the ContinuousQuery object it is registered against
        Returns:
        The ContinuousQuery instance.