GDBThreadSelectedEvent.st
changeset 39 2b9d2f75906f
child 78 c24e7d8bc881
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/GDBThreadSelectedEvent.st	Tue Sep 09 12:44:37 2014 +0100
@@ -0,0 +1,15 @@
+"{ Package: 'jv:libgdbs' }"
+
+GDBNotificationEvent subclass:#GDBThreadSelectedEvent
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'GDB-Core-Events'
+!
+
+!GDBThreadSelectedEvent methodsFor:'accessing'!
+
+type
+	^  'thread-selected'
+! !
+