Renamed component (DebugServer and TargetController) state changed events to be specific to thread states
This commit is contained in:
@@ -88,7 +88,9 @@ namespace Bloom
|
||||
*
|
||||
* @param event
|
||||
*/
|
||||
void onTargetControllerStateChangedEvent(EventPointer<TargetControllerStateChanged> event);
|
||||
void onTargetControllerThreadStateChangedEvent(
|
||||
Events::EventPointer<Events::TargetControllerThreadStateChanged> event
|
||||
);
|
||||
|
||||
/**
|
||||
* Dispatches any events currently in the queue.
|
||||
|
||||
Reference in New Issue
Block a user