IContainer is an interface package. It sets some extra methods that should
be requitered by all containers.
Methods
|
|
containNoCheck
put
visibleContents
|
|
containNoCheck
|
containNoCheck ( chain, *pThing )
Method that moves the object into the container.
|
|
put
|
put ( chain, cmd )
the put listener method
|
|
visibleContents
|
visibleContents ( chain )
returns a list of contents
|
|