Packagede.popforge.fui.core
Interfacepublic interface IParameterBindable
ImplementorsGroup, Knob

An interface for objects that can react on Parameter objects.



Public Methods
 MethodDefined by
  
connect(parameter:Parameter):void
Connects a Parameter object.
IParameterBindable
  
disconnect():void
Releases the Parameter object.
IParameterBindable
Method detail
connect()method
public function connect(parameter:Parameter):void

Connects a Parameter object.

Parameters
parameter:Parameter — The Parameter to bind.
disconnect()method 
public function disconnect():void

Releases the Parameter object.