VDBVariableObjectListApplication.st
changeset 151 bc7626f46210
parent 121 e825c8db2147
child 187 4c23ffccaf8e
equal deleted inserted replaced
147:4087090b3581 151:bc7626f46210
   205 
   205 
   206 update:aspect with:param from:sender
   206 update:aspect with:param from:sender
   207     "Invoked when an object that I depend upon sends a change notification."
   207     "Invoked when an object that I depend upon sends a change notification."
   208 
   208 
   209     sender == variableObjectListHolder ifTrue:[ 
   209     sender == variableObjectListHolder ifTrue:[ 
   210          self enqueueDelayedUpdateInternalList.
   210          self enqueueDelayedUpdateContents.
   211          ^ self.
   211          ^ self.
   212     ].
   212     ].
   213     super update:aspect with:param from:sender
   213     super update:aspect with:param from:sender
   214 
   214 
   215     "Modified: / 03-02-2018 / 09:47:53 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   215     "Modified: / 14-02-2019 / 16:31:06 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   216 ! !
   216 ! !
   217 
   217 
   218 !VDBVariableObjectListApplication methodsFor:'change & update-delayed'!
   218 !VDBVariableObjectListApplication methodsFor:'change & update-delayed'!
   219 
   219 
   220 delayedInvalidateInternalList
   220 delayedInvalidateInternalList