Packageorg.ow2.kerneos.core.event
Classpublic class KerneosConfigEvent
InheritanceKerneosConfigEvent Inheritance com.adobe.cairngorm.control.CairngormEvent

An event that holds the order to retrieve the Kerneos configuration file



Public Properties
 PropertyDefined By
  GET_APPLICATION : String = KerneosGetApplication
[static] Type of the event
KerneosConfigEvent
  GET_MODULES : String = KerneosGetModules
[static]
KerneosConfigEvent
Public Methods
 MethodDefined By
  
KerneosConfigEvent(type:String)
Create a new instance, and call the super.
KerneosConfigEvent
  
clone():Event
[override] Override the inherited clone() method, but don't return any state.
KerneosConfigEvent
Property Detail
GET_APPLICATIONproperty
public static var GET_APPLICATION:String = KerneosGetApplication

Type of the event

GET_MODULESproperty 
public static var GET_MODULES:String = KerneosGetModules

Constructor Detail
KerneosConfigEvent()Constructor
public function KerneosConfigEvent(type:String)

Create a new instance, and call the super.

Parameters
type:String — String to put in the event.
Method Detail
clone()method
override public function clone():Event

Override the inherited clone() method, but don't return any state.

Returns
Event — this event