Interface Container

Interface for objects that instantiate and manage the lifetime of objects in it.

interface Container
  : Locator!(object.Object,string) ;

Methods

NameDescription
instantiate Sets up the internal state of container.
terminate Destruct all managed components.
get Get a Type that is associated with key.
has Check if an element is present in Locator by key id.