Package | Description |
---|---|
net.ko.events |
Gestion des évènements
|
net.ko.framework |
Classes de lancement de l'application
|
Modifier and Type | Method and Description |
---|---|
KEventType |
KEvents.getEvtType() |
static KEventType |
KEventType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static KEventType[] |
KEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
KObservable.addListener(java.lang.Object object,
KEventType evtType,
KEventListener listener) |
static KEvents |
KEvents.getEvent(java.lang.Object o,
KEventType evtType) |
void |
KEvents.setEvtType(KEventType evtType) |
Constructor and Description |
---|
KEvents(java.lang.Object object,
KEventType evtType) |
Modifier and Type | Method and Description |
---|---|
static void |
Ko.addListener(java.lang.Object object,
KEventType evtType,
KEventListener listener) |