Packagenet.guttershark.core
Classpublic class CoreObject
ImplementsIDisposable

The CoreObject Class is a base class that provides common properties and methods that are used over and over in classes. This class is relief from having to type the same code over and over.



Protected Properties
 PropertyDefined by
  al : AssetLibrary
The AssetLibrary singleton instance.
CoreObject
  em : EventManager
The EventManager singleton instance.
CoreObject
  km : KeyboardEventManager
The KeyboardEventManager singleton instance.
CoreObject
  lm : LanguageManager
The LanguageManager singleton instance.
CoreObject
  ml : Model
The Model singleton instance.
CoreObject
  pc : PreloadController
A placeholder variable for a PreloadController instance.
CoreObject
  rm : RemotingManager
The RemotingManager singleton instance.
CoreObject
Public Methods
 MethodDefined by
  
Constructor for CoreObject instances.
CoreObject
  
dispose():void
Dispose of this object.
CoreObject
Property detail
alproperty
protected var al:AssetLibrary

The AssetLibrary singleton instance.

emproperty 
protected var em:EventManager

The EventManager singleton instance.

kmproperty 
protected var km:KeyboardEventManager

The KeyboardEventManager singleton instance.

lmproperty 
protected var lm:LanguageManager

The LanguageManager singleton instance.

mlproperty 
protected var ml:Model

The Model singleton instance.

pcproperty 
protected var pc:PreloadController

A placeholder variable for a PreloadController instance. You should initialize this yourself.

rmproperty 
protected var rm:RemotingManager

The RemotingManager singleton instance.

Constructor detail
CoreObject()constructor
public function CoreObject()

Constructor for CoreObject instances.

Method detail
dispose()method
public function dispose():void

Dispose of this object.