Package | Description |
---|---|
com.konylabs.middleware.api.events |
Modifier and Type | Method and Description |
---|---|
EventStatus |
EventData.getStatus()
Gets the current status of the event.
|
static EventStatus |
EventStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventStatus[] |
EventStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
EventData.setStatus(EventStatus status)
Sets the status of the event.
|
Modifier and Type | Method and Description |
---|---|
void |
EventData.addStatusObserver(BiConsumer<EventStatus,EventData> observer)
Adds the observer for the status change event.
|
Copyright © 2019. All rights reserved.