Interface class in Squeak

Hoang Hao hoanghao456 at yahoo.com
Mon Jun 6 23:02:54 UTC 2005


Like in Java, there is a way to create an Interface.  public interface Constants {...}.  There must be a way to create an Interface for Squeak.  Please let me know.
Thanks,
Hoang Hao

Bert Freudenberg <bert at impara.de> wrote:
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 -



		
---------------------------------
Discover Yahoo!
 Get on-the-go sports scores, stock quotes, news & more. Check it out!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20050606/e2a71490/attachment.htm


More information about the Squeak-dev mailing list