public interface SdkEvent<E extends java.lang.Enum<E>>
| Modifier and Type | Interface and Description |
|---|---|
static class |
SdkEvent.Category |
| Modifier and Type | Method and Description |
|---|---|
SdkEvent.Category |
getCategory() |
SdkEventError<E> |
getError() |
E |
getType() |
boolean |
isFinal() |
SdkEvent.Category getCategory()
E getType()
SdkEventError<E> getError()
boolean isFinal()