Packageat.fhjoanneum.dmt.umj.core.events
Classpublic class AppContentEvent
InheritanceAppContentEvent Inheritance flash.events.Event

AppContentEvent are only used at the AppContent singletons within core.content. events to signal that content was completely parsed, or with error or not found. Additionally if all elements are compoents - the appropriate event can be dispatched.



Public Methods
 MethodDefined By
  
AppContentEvent(type:String)
AppContentEvent
Public Constants
 ConstantDefined By
  ALL_COMPONENTS_HAVE_BEEN_CREATED : String = ALL_COMPONENTS_HAVE_BEEN_CREATED
[static]
AppContentEvent
  COMPLETE : String = COMPLETE
[static]
AppContentEvent
  FILE_NOT_FOUND_ERROR : String = FILE_NOT_FOUND_ERROR
[static]
AppContentEvent
  PARSE_ERROR : String = PARSE_ERROR
[static]
AppContentEvent
Constructor Detail
AppContentEvent()Constructor
public function AppContentEvent(type:String)



Parameters
type:String
Constant Detail
ALL_COMPONENTS_HAVE_BEEN_CREATEDConstant
public static const ALL_COMPONENTS_HAVE_BEEN_CREATED:String = ALL_COMPONENTS_HAVE_BEEN_CREATED

COMPLETEConstant 
public static const COMPLETE:String = COMPLETE

FILE_NOT_FOUND_ERRORConstant 
public static const FILE_NOT_FOUND_ERROR:String = FILE_NOT_FOUND_ERROR

PARSE_ERRORConstant 
public static const PARSE_ERROR:String = PARSE_ERROR