Packagede.popforge.fui.core
Interfacepublic interface IFormatterBindable
ImplementorsLabel

An interface for objects that can react on Formatter objects.



Public Methods
 MethodDefined by
  
connect(formatter:Formatter):void
Connects a Formatter object.
IFormatterBindable
  
disconnect():void
Releases the Formatter object.
IFormatterBindable
Method detail
connect()method
public function connect(formatter:Formatter):void

Connects a Formatter object.

Parameters
formatter:Formatter — The Formatter to bind.
disconnect()method 
public function disconnect():void

Releases the Formatter object.