Interface com.sekati.core.CoreInterface

Description

The core interface in the SASAPI framework.

Method Index

destroy(), toString()

Method Detail

destroy

function destroy():Void

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

Return

Void

toString

function toString():String

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

Return

String