Interface class in Squeak

Bert Freudenberg bert at impara.de
Mon Jun 6 22:45:35 UTC 2005


Am 06.06.2005 um 23:46 schrieb Hoang Hao:

> Can anyone show me how to create an interface class for Squeak?

Object subclass: #Interface
     instanceVariableNames: ''
     classVariableNames: ''
     poolDictionaries: ''
     category: 'SCNR'


(if this is not what you had in mind, please be a bit more specific).

- Bert -




More information about the Squeak-dev mailing list