Packageat.fhjoanneum.dmt.umj.core.events
Classpublic class AppConfigEvent
InheritanceAppConfigEvent Inheritance flash.events.Event

AppConfigEvents is only used at AppConfig and XMLUtil. Very important during our internal startup phase. events to signal that config was completely parsed, or with error or not found.



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



Parameters
type:String
Constant Detail
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