Interface DataEventSession

All Superinterfaces:
EventSession
All Known Implementing Classes:
AbstractDataEventSession, DefaultDataEventSession, DurableUnicastDelegatorSession

public interface DataEventSession extends EventSession
The common interface that is used when working with data events.
listeners can be registered using the addListener() methods and receive
an EventRegistration that will be used to unregister using the removeListener().
Since:
6.0
Version:
1.0
Author:
asy ronen
See Also: