MetacelloProjectSpecLoadedNotification.st
changeset 1 9e312de5f694
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/MetacelloProjectSpecLoadedNotification.st	Mon Sep 03 11:13:41 2012 +0000
@@ -0,0 +1,27 @@
+"{ Package: 'stx:goodies/metacello' }"
+
+MetacelloScriptProjectSpecNotification subclass:#MetacelloProjectSpecLoadedNotification
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'Metacello-Core-Scripts'
+!
+
+
+!MetacelloProjectSpecLoadedNotification methodsFor:'exception description'!
+
+defaultAction
+    ^ nil
+! !
+
+!MetacelloProjectSpecLoadedNotification methodsFor:'handlers'!
+
+handleResolutionFor: aScriptEngine
+    ^ aScriptEngine handleProjectSpecLoaded: self
+! !
+
+!MetacelloProjectSpecLoadedNotification class methodsFor:'documentation'!
+
+version_SVN
+    ^ '$Id::                                                                                                                        $'
+! !