EventListener.st
changeset 77 e846c6f3ac50
parent 60 c9dc64d2b4d6
child 83 97fd04d167c8
--- a/EventListener.st	Wed May 17 14:22:21 1995 +0200
+++ b/EventListener.st	Fri May 19 18:40:45 1995 +0200
@@ -1,6 +1,6 @@
 "
  COPYRIGHT (c) 1995 by Claus Gittinger
-              All Rights Reserved
+	      All Rights Reserved
 
  This software is furnished under a license and may be used
  only in accordance with the terms of that license and with the
@@ -15,30 +15,30 @@
 'From Smalltalk/X, Version:2.10.5 on 25-mar-1995 at 11:44:17 am'!
 
 Object subclass:#EventListener
-	 instanceVariableNames:'helpInfo'
+	 instanceVariableNames:''
 	 classVariableNames:''
 	 poolDictionaries:''
-	 category:'Interface-Help'
+	 category:'Interface-Support'
 !
 
 !EventListener class methodsFor:'documentation'!
 
 version
 "
-$Header: /cvs/stx/stx/libview2/EventListener.st,v 1.1 1995-03-31 03:12:37 claus Exp $
+$Header: /cvs/stx/stx/libview2/EventListener.st,v 1.2 1995-05-19 16:40:24 claus Exp $
 "
 !
 
 documentation
 "
-    abstract class for event listeners
+    abstract class for event listeners. See example use in ActiveHelp.
 "
 !
 
 copyright
 "
  COPYRIGHT (c) 1995 by Claus Gittinger
-              All Rights Reserved
+	      All Rights Reserved
 
  This software is furnished under a license and may be used
  only in accordance with the terms of that license and with the
@@ -119,4 +119,3 @@
 
     WindowSensor eventListener:nil 
 ! !
-