MCPcopy Create free account
hub / github.com/cpputest/cpputest / EventObserver

Class EventObserver

examples/ApplicationLib/EventDispatcher.h:45–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43};
44
45class EventObserver
46{
47public:
48 virtual void notify(const Event& event, int timeOutInSeconds)=0;
49 virtual void notifyRegistration(EventObserver* newObserver)=0;
50 virtual ~EventObserver() {}
51};
52
53class EventDispatcher
54{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected