org.springframework.data.gemfire.listener
Interface ContinuousQueryListener

All Known Implementing Classes:
ContinuousQueryListenerAdapter

public interface ContinuousQueryListener

Continuous Query (CQ) listener listening for events and notifications by a GemFire Continuous Query (CQ).


Method Summary
 void onEvent(com.gemstone.gemfire.cache.query.CqEvent event)
          Action performed by the listener when notified of a CQ event.
 

Method Detail

onEvent

void onEvent(com.gemstone.gemfire.cache.query.CqEvent event)
Action performed by the listener when notified of a CQ event.

Parameters:
event - the event from the CQ.
See Also:
CqEvent