Dependant...

Bergel Alexandre bergel at iam.unibe.ch
Thu Jul 25 14:36:46 UTC 2002


Hello,

If I have : 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
AClass>>update: aParameter
  Transcript show: 'Foo called !';cr
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

I can do that :

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
o := Object new.
o addDependent: AClass new.
o changed: #foo
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

It does what I except. Good.

But, how could I do if I want to give a parameter such as 'changed:with:' as Visualworks propose ?

Regards,
Alexandre

-- 
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._
Bergel Alexandre  http://www.iam.unibe.ch/~bergel
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^



More information about the Squeak-dev mailing list