VDBRegisterListApplication.st
changeset 151 bc7626f46210
parent 115 0dd989ce3ae7
child 211 2bf7c99e6efa
equal deleted inserted replaced
147:4087090b3581 151:bc7626f46210
   191 
   191 
   192 update:aspect with:param from:sender
   192 update:aspect with:param from:sender
   193     "Invoked when an object that I depend upon sends a change notification."
   193     "Invoked when an object that I depend upon sends a change notification."
   194 
   194 
   195     sender == registerListHolder ifTrue:[ 
   195     sender == registerListHolder ifTrue:[ 
   196          self enqueueDelayedUpdateInternalList.
   196          self enqueueDelayedUpdateContents.
   197          ^ self.
   197          ^ self.
   198     ].
   198     ].
   199     super update:aspect with:param from:sender
   199     super update:aspect with:param from:sender
   200 
   200 
   201     "Modified: / 03-02-2018 / 09:47:53 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   201     "Modified: / 14-02-2019 / 16:31:42 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   202 ! !
   202 ! !
   203 
   203 
   204 !VDBRegisterListApplication methodsFor:'change & update-delayed'!
   204 !VDBRegisterListApplication methodsFor:'change & update-delayed'!
   205 
   205 
   206 delayedUpdateInternalList
   206 delayedUpdateInternalList