Packagerobotlegs.bender.extensions.sarsIntegration.api
Interfacepublic interface IDisplayObject

The IDisplayObject interface defines methods which will be invoked when object is added to/removed from display list.



Public Methods
 MethodDefined By
  
destroy():void
Object has been removed from display list so perform disposing.
IDisplayObject
  
init():void
Object is added on display list so it is safe to begin initialization.
IDisplayObject
Method Detail
destroy()method
public function destroy():void

Object has been removed from display list so perform disposing.

init()method 
public function init():void

Object is added on display list so it is safe to begin initialization.