class ComponentObserver

Defined at line 14 of file ../../src/developer/debug/zxdb/client/component_observer.h

Public Methods

void OnComponentStarted (const std::string & moniker, const std::string & url)

Called when a component has started.

Defined at line 17 of file ../../src/developer/debug/zxdb/client/component_observer.h

void OnComponentExited (const std::string & moniker, const std::string & url)

Called when a component has exited.

Defined at line 20 of file ../../src/developer/debug/zxdb/client/component_observer.h

void OnTestExited (const std::string & url)

Called when a test component has exited and the test_runner has been fully cleaned up.

Defined at line 23 of file ../../src/developer/debug/zxdb/client/component_observer.h