#include <coherence/net/cache/ContinuousQueryCache.hpp>
Inherits Object.
Public Types | |
| typedef spec::Handle | Handle |
| AsynchronousEvent Handle definition. | |
| typedef spec::View | View |
| AsynchronousEvent View definition. | |
| typedef spec::Holder | Holder |
| AsynchronousEvent Holder definition. | |
Public Member Functions | |
| virtual void | dispatch () |
| Dispatch the event. | |
Protected Attributes | |
| FinalHandle< MapEvent > | f_hEvent |
| The event to dispatch. | |
|
FinalHandle < MapListener > | f_hListener |
| The listener to receive the event. | |