Packagecom.elad.framework.fileviewer.view
Interfacepublic interface IView
ImplementorsImageViewer, MovieViewer

The view interface to set the methods that will be used in all the views.



Public Methods
 MethodDefined by
  
manipulate(filename:String):void
This will set all the properties that are needed in the view layer.
IView
Method detail
manipulate()method
public function manipulate(filename:String):void

This will set all the properties that are needed in the view layer.

Parameters
filename:String — File name and extention.