Renamed component (DebugServer and TargetController) state changed events to be specific to thread states
This commit is contained in:
@@ -233,7 +233,7 @@ namespace Bloom
|
||||
*
|
||||
* @param event
|
||||
*/
|
||||
void onTargetControllerStateChanged(EventPointer<Events::TargetControllerStateChanged> event);
|
||||
void onTargetControllerThreadStateChanged(Events::EventPointer<Events::TargetControllerThreadStateChanged> event);
|
||||
|
||||
/**
|
||||
* Same goes for the DebugServer - it should never shutdown unless a shutdown request was issued. If it does,
|
||||
@@ -241,12 +241,12 @@ namespace Bloom
|
||||
*
|
||||
* @param event
|
||||
*/
|
||||
void onDebugServerStateChanged(EventPointer<Events::DebugServerStateChanged> event);
|
||||
void onDebugServerThreadStateChanged(Events::EventPointer<Events::DebugServerThreadStateChanged> event);
|
||||
|
||||
/**
|
||||
* Triggers a shutdown of Bloom and all of its components.
|
||||
*/
|
||||
void onShutdownApplicationRequest(EventPointer<Events::ShutdownApplication>);
|
||||
void onShutdownApplicationRequest(Events::EventPointer<Events::ShutdownApplication>);
|
||||
|
||||
/**
|
||||
* Returns the path to the directory in which the Bloom binary resides.
|
||||
|
||||
Reference in New Issue
Block a user