| Package | org.spicefactory.parsley.core.state.manager.impl |
| Class | public class DefaultGlobalObjectManager |
| Inheritance | DefaultGlobalObjectManager Object |
| Implements | GlobalObjectManager |
| Property | Defined By | ||
|---|---|---|---|
| publicState : GlobalObjectState [read-only]
The state information for all mamnaged objects in a read-only format to be exposed to applications. | DefaultGlobalObjectManager | ||
| Method | Defined By | ||
|---|---|---|---|
addManagedObject(mo:ManagedObject):void
Adds the specified object to this manager
| DefaultGlobalObjectManager | ||
getManagedObject(instance:Object):ManagedObject
Returns the ManagedObject instance that holds the specified object or null if the
object is not managed by any Context currently. | DefaultGlobalObjectManager | ||
removeManagedObject(mo:ManagedObject):void
Removes the specified object from this manager
| DefaultGlobalObjectManager | ||
| publicState | property |
publicState:GlobalObjectState [read-only] The state information for all mamnaged objects in a read-only format to be exposed to applications.
public function get publicState():GlobalObjectState| addManagedObject | () | method |
public function addManagedObject(mo:ManagedObject):voidAdds the specified object to this manager
Parameters
mo:ManagedObject — the managed object to add
|
| getManagedObject | () | method |
public function getManagedObject(instance:Object):ManagedObjectReturns the ManagedObject instance that holds the specified object or null if the object is not managed by any Context currently.
Parameters
instance:Object — the object to return the corresponding ManagedObject instance for
|
ManagedObject — the ManagedObject instance that holds the specified object
|
| removeManagedObject | () | method |
public function removeManagedObject(mo:ManagedObject):voidRemoves the specified object from this manager
Parameters
mo:ManagedObject — the managed object to remove
|