Packagecom.elad.framework.fileviewer
Classpublic class FileViewerMovie
InheritanceFileViewerMovie Inheritance AbstractFileViewer



Public Methods
 MethodDefined by
 Inherited
initiate(filename:String):void
Method that will be used by UI to start the API
AbstractFileViewer
 Inherited
setProperties(filename:String):IView
This will set all the properties that are needed in the view layer.
AbstractFileViewer
Protected Methods
 MethodDefined by
  
The Factory Method is an abstract method that will be overridden in the view class.
FileViewerMovie
Method detail
factoryMethod()method
protected override function factoryMethod():IView

The Factory Method is an abstract method that will be overridden in the view class.

Returns
IView — The method return a concrete object of the view.

See also