Package | org.ow2.kerneos.core.event |
Class | public class KerneosConfigEvent |
Inheritance | KerneosConfigEvent ![]() |
Property | Defined By | ||
---|---|---|---|
GET_APPLICATION : String = KerneosGetApplication [static]
Type of the event
| KerneosConfigEvent | ||
GET_MODULES : String = KerneosGetModules [static] | KerneosConfigEvent |
Method | Defined 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 |
GET_APPLICATION | property |
public static var GET_APPLICATION:String = KerneosGetApplication
Type of the event
GET_MODULES | property |
public static var GET_MODULES:String = KerneosGetModules
KerneosConfigEvent | () | Constructor |
public function KerneosConfigEvent(type:String)
Create a new instance, and call the super.
Parameterstype:String — String to put in the event.
|
clone | () | method |
override public function clone():Event
Override the inherited clone() method, but don't return any state.
ReturnsEvent — this event
|