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

Method EventDispatcher

examples/ApplicationLib/EventDispatcher.cpp:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29using namespace std;
30
31EventDispatcher::EventDispatcher()
32{
33}
34
35void EventDispatcher::registerObserver(EventType type, EventObserver* observer)
36{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected