Packagede.popforge.fui.core
Interfacepublic interface IInterpolationBindable
ImplementorsInterpolationDisplay

An interface for objects that can react on Interpolation objects.



Public Methods
 MethodDefined by
  
connect(interpolation:Interpolation):void
Connects an Interpolation object.
IInterpolationBindable
  
disconnect():void
Releases the Interpolation object.
IInterpolationBindable
Method detail
connect()method
public function connect(interpolation:Interpolation):void

Connects an Interpolation object.

Parameters
interpolation:Interpolation — The Interpolation to bind.
disconnect()method 
public function disconnect():void

Releases the Interpolation object.