Package | Description |
---|---|
org.intellimate.izou.events |
Modifier and Type | Method and Description |
---|---|
static EventLifeCycle |
EventLifeCycle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventLifeCycle[] |
EventLifeCycle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
EventMinimalImpl.lifecycleCallback(EventLifeCycle eventLifeCycle)
this method gets called when the different lifecycle-stages got reached.
|
void |
EventModel.lifecycleCallback(EventLifeCycle eventLifeCycle)
this method gets called when the different lifecycle-stages got reached.
|
Constructor and Description |
---|
EventMinimalImpl(String type,
Identification source,
List<String> descriptors,
java.util.function.Consumer<EventLifeCycle> callback) |
Copyright © 2016. All rights reserved.