| Package | Description |
|---|---|
| org.jrebirth.af.api.facade |
Provide APi to manage JRebirth internal Facades.
|
| Modifier and Type | Method and Description |
|---|---|
JRebirthEventType |
JRebirthEvent.getEventType() |
static JRebirthEventType |
JRebirthEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JRebirthEventType[] |
JRebirthEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JRebirthEvent.setEventType(JRebirthEventType eventType) |
void |
GlobalFacade.trackEvent(JRebirthEventType eventType,
Class<?> source,
Class<?> target,
String... eventData)
Track an event.
|
Copyright © 2011–2015 JRebirth OSS. All rights reserved.