EndOfStreamNotification.st
author Claus Gittinger <cg@exept.de>
Tue, 18 Nov 2003 10:04:11 +0100
changeset 7754 adc5c9bdbab5
parent 7592 aaa6a17f80a4
child 8989 55e8738f8b57
permissions -rw-r--r--
*** empty log message ***

"
 COPYRIGHT (c) 2002 by eXept Software AG
              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
 inclusion of the above copyright notice.   This software may not
 be provided or otherwise made available to, or used by, any
 other person.  No title to or ownership of the software is
 hereby transferred.
"

"{ Package: 'stx:libbasic' }"

Notification subclass:#EndOfStreamNotification
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'Streams'
!

!EndOfStreamNotification class methodsFor:'documentation'!

copyright
"
 COPYRIGHT (c) 2002 by eXept Software AG
              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
 inclusion of the above copyright notice.   This software may not
 be provided or otherwise made available to, or used by, any
 other person.  No title to or ownership of the software is
 hereby transferred.
"
! !

!EndOfStreamNotification class methodsFor:'documentation'!

version
    ^ '$Header: /cvs/stx/stx/libbasic/EndOfStreamNotification.st,v 1.2 2003-08-29 19:32:37 cg Exp $'
! !