All Packages Class Hierarchy This Package Previous Next Index
Interface semper.txlayer.container.Containable
- public interface Containable
This interfaces tags an object as being capable
of being contained in a
Container.
-
registerContainer(Container)
- This method is supposed to store the Container
inside the object.
registerContainer
public abstract boolean registerContainer(Container c)
- This method is supposed to store the Container
inside the object. the Container that contains the
might call this to allow the containee to talk to
him... .
- Parameters:
- c - The Container we are a part of.
- Returns:
- boolean To signal success or not.
All Packages Class Hierarchy This Package Previous Next Index