Packagenet.systemeD.potlatch2.collections
Classpublic class CollectionEvent
InheritanceCollectionEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined by
  data : Object
CollectionEvent
Public Methods
 MethodDefined by
  
CollectionEvent(eventname:String, data:Object)
CollectionEvent
Public Constants
 ConstantDefined by
  SELECT : String = "select"
[static]
CollectionEvent
Property detail
dataproperty
public var data:Object
Constructor detail
CollectionEvent()constructor
public function CollectionEvent(eventname:String, data:Object)Parameters
eventname:String
 
data:Object
Constant detail
SELECTconstant
public static const SELECT:String = "select"