Packagefunit.core.events
Classpublic class TestLoadEvent
InheritanceTestLoadEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined by
  test : Test
[read-only]
TestLoadEvent
Public Methods
 MethodDefined by
  
TestLoadEvent(type:String, test:Test)
TestLoadEvent
Public Constants
 ConstantDefined by
  LOAD : String = "testLoad"
[static]
TestLoadEvent
  UNLOAD : String = "testUnload"
[static]
TestLoadEvent
Property detail
testproperty
test:Test  [read-only]Implementation
    public function get test():Test
Constructor detail
TestLoadEvent()constructor
public function TestLoadEvent(type:String, test:Test)Parameters
type:String
 
test:Test
Constant detail
LOADconstant
public static const LOAD:String = "testLoad"
UNLOADconstant 
public static const UNLOAD:String = "testUnload"