swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Defininng and using an object as a Swarm and a SwarmObject at th


From: Marcus G. Daniels
Subject: Re: Defininng and using an object as a Swarm and a SwarmObject at the same time.
Date: 22 Mar 1999 13:00:34 -0800

>>>>> "JV" == Joseph E Villa <address@hidden> writes:

JV> What is the appropriate way
JV> to refer to the following (the part where two interfaces
JV> subclass/inherit from two superclasses [SwarmObject & GUISwarm]
JV> within a single class [simpleExperBug])?

Forwarding / delegation is one way.  The documents Alex referenced
have detailed information on forwarding.   Basically, "I can't do it,
you do it"; implement a `forward:' method that passes on messages to 
another or several targets.

Physical inclusion of common code by preprocess magic is another
another way to do it (as in the examples in activity library I mentioned).

                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]