TerminalSession.st
changeset 4301 0972b064ccee
parent 4271 5a950926374f
child 4550 f2d6c8249ad8
--- a/TerminalSession.st	Tue Feb 07 14:00:34 2017 +0100
+++ b/TerminalSession.st	Tue Feb 07 18:10:29 2017 +0100
@@ -122,8 +122,12 @@
     ^ shellPid
 !
 
-terminatedAction:something
-    terminatedAction := something.
+terminatedAction:aBlock
+    "hook to callback when terminated"
+    
+    terminatedAction := aBlock.
+
+    "Modified (comment): / 07-02-2017 / 16:05:55 / cg"
 ! !
 
 !TerminalSession methodsFor:'initialization & release'!