Packageorg.springextensions.actionscript.cairngorm.business
SVN browsingIDataTranslator.as
FisheyeIDataTranslator.as
Interfacepublic interface IDataTranslator
ImplementorsAbstractDataTranslatorAwareBusinessDelegate

Defines a generic data translator object

See also

org.springextensions.actionscript.cairngorm.business.IDataTranslatorAware


Documentation reference: the idatatranslator interface


Public Methods
 MethodDefined by
  
translate(data:*):*
Receives an arbitrary object, performs some kind of conversion or translation and returns the result
IDataTranslator
Method detail
translate()method
public function translate(data:*):*

Receives an arbitrary object, performs some kind of conversion or translation and returns the result

Parameters
data:* — the input data

Returns
* — the converted or translated result