Packagede.popforge.fui.core
Interfacepublic interface IStringBindable

An interface for objects that can display a String.



Public Methods
 MethodDefined by
  
connect(string:String):void
Displays a string.
IStringBindable
  
disconnect():void
Removes the displayed string.
IStringBindable
Method detail
connect()method
public function connect(string:String):void

Displays a string.

Parameters
string:String — The string to display.
disconnect()method 
public function disconnect():void

Removes the displayed string.