GDBLibraryUnloadedEvent.st
changeset 13 45ec9353003f
child 78 c24e7d8bc881
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/GDBLibraryUnloadedEvent.st	Fri Jun 13 07:27:24 2014 +0100
@@ -0,0 +1,15 @@
+"{ Package: 'jv:libgdbs' }"
+
+GDBNotificationEvent subclass:#GDBLibraryUnloadedEvent
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'GDB-Core-Events'
+!
+
+!GDBLibraryUnloadedEvent methodsFor:'accessing'!
+
+type
+	^  'library-unloaded'
+! !
+