Back: Delay-instance creation Up: Base classes Forward: DelayedAdaptor-accessing   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document

1.60 DelayedAdaptor

Defined in namespace Smalltalk
Superclass: PluggableAdaptor
Category: Language-Data types
I can be used where many expensive updates must be performed. My in- stances buffer the last value that was set, and only actually set the value when the #trigger message is sent. Apart from this, I'm equi- valent to PluggableAdaptor.

1.60.1 DelayedAdaptor: accessing  (instance)


1.60.1 DelayedAdaptor: accessing

trigger
Really set the value of the receiver.

value
Get the value of the receiver.

value: anObject
Set the value of the receiver - actually, the value is cached and is not set until the #trigger method is sent.



Back: DelayedAdaptor Up: DelayedAdaptor Forward: Dictionary   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document


This document was generated on May, 22 2008 using texi2html