Event structure for internal MVC event flow.
new FvFileChooserModelEvent()
public function FvFileChooserModelEvent(e:EventType, currentPath:String, fileList:Array, cacheList:Array)
Constructor.
static public UPDATE:EventType
static public ERROR:EventType
public function setSuccess(b:Boolean):Void
Defines if process has finished successfully or not.
public function isSuccess():Boolean
Indicates event success.
public function getCurrentPath():String
Returns current looked path
public function getFileList():Array
Returns the entire files list
public function getCacheList():Array
Returns cache'id list used for combobox 'lookin'