BufferedValueHolder.st
changeset 90 59d4413a8c39
parent 74 4f786ce84f51
child 96 948318b2fbd4
equal deleted inserted replaced
89:7e0f9f6e8040 90:59d4413a8c39
    33 "
    33 "
    34 !
    34 !
    35 
    35 
    36 version
    36 version
    37 "
    37 "
    38 $Header: /cvs/stx/stx/libview2/BufferedValueHolder.st,v 1.3 1995-05-16 17:12:27 claus Exp $
    38 $Header: /cvs/stx/stx/libview2/BufferedValueHolder.st,v 1.4 1995-08-24 20:37:45 claus Exp $
    39 "
    39 "
    40 !
    40 !
    41 
    41 
    42 documentation
    42 documentation
    43 "
    43 "
    44     a bufferedValueHolder keeps atemporary copy of the realHolders value,
    44     a bufferedValueHolder keeps a temporary copy of the realHolders value,
    45     and only does a real store of the value when triggered.
    45     and only does a real store of the value when triggered.
    46     Triggering is done by depending on a trigger objects value, which is
    46     Triggering is done by depending on a trigger objects value, which is
    47     typically a ValueHolder for a boolean, which is set by an ok-button.
    47     typically a ValueHolder for a boolean, which is set by an ok-button.
    48 
    48 
    49     Notice: this class was implemented using protocol information
    49     Notice: this class was implemented using protocol information