IncrementNotification.st
author Claus Gittinger <cg@exept.de>
Mon, 25 Mar 2019 11:18:17 +0100
changeset 4917 985b36efa9e6
parent 2857 6934efb6b22d
permissions -rw-r--r--
#BUGFIX by cg class: CRC32Stream::CRC32Stream_Castagnoli changed: #nextPutBytes:from:startingAt:

"{ Package: 'stx:libbasic2' }"

Notification subclass:#IncrementNotification
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'Kernel-Exceptions-Notifications'
!

!IncrementNotification class methodsFor:'documentation'!

documentation
"
    Used in VW to notify incremental progress (progress indicator).
    Not currently used in ST/X, but here to support porting of code.
"
! !

!IncrementNotification class methodsFor:'documentation'!

version
    ^ '$Header: /cvs/stx/stx/libbasic2/IncrementNotification.st,v 1.2 2012-11-23 12:13:30 cg Exp $'
! !