Packagesekati.core
Classpublic dynamic class CoreObject
ImplementsICoreInterface
SubclassesPoint, StopWatch

The core object in the Sekati API.



Public Methods
 MethodDefined by
  
CoreObject Constructor calls superclass, links _this and injects a sekati.crypt.RUID via sekati.core.KeyFactory.
CoreObject
  
destroy():void
Clean and destroy object instance contents/self for garbage collection.
CoreObject
  
toString():String
Return the Fully Qualified Class Name string representation of the instance object via sekati.reflect.Stringifier.
CoreObject
Constructor detail
CoreObject()constructor
public function CoreObject()

CoreObject Constructor calls superclass, links _this and injects a sekati.crypt.RUID via sekati.core.KeyFactory.

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

Clean and destroy object instance contents/self for garbage collection. Always call destroy() before deleting last object pointer.

toString()method 
public function toString():String

Return the Fully Qualified Class Name string representation of the instance object via sekati.reflect.Stringifier.

Returns
String — String