Packagecom.daveoncode.logging.events
Classpublic class DataLoaderEvent
InheritanceDataLoaderEvent Inheritance flash.events.Event

Event dispatched by DataLoader

See also

com.daveoncode.logging.io.DataLoader


Public Methods
 MethodDefined by
  
DataLoaderEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor function of DataLoaderEvent class
DataLoaderEvent
Public Constants
 ConstantDefined by
  DATA_LOAD : String = "dataLoad"
[static] Dispatched when DataLoader has filled grid's dataProvider
DataLoaderEvent
Constructor detail
DataLoaderEvent()constructor
public function DataLoaderEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)

Constructor function of DataLoaderEvent class

Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Constant detail
DATA_LOADconstant
public static const DATA_LOAD:String = "dataLoad"

Dispatched when DataLoader has filled grid's dataProvider