public abstract class EventKind
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EventKind.CheckpointEventKind
The type Checkpoint event kind.
|
static class |
EventKind.CoinBalanceChangeEventKind
The type Coin balance change event kind.
|
static class |
EventKind.DeleteObjectEventKind
The type Delete object event kind.
|
static class |
EventKind.EpochChangeEventKind
The type Epoch change event kind.
|
static class |
EventKind.MoveEventKind
The type Move event kind.
|
static class |
EventKind.MutateObjectEventKind
The type Mutate object event kind.
|
static class |
EventKind.NewObjectEventKind
The type New object event kind.
|
static class |
EventKind.PublishEventKind
The type Publish event kind.
|
static class |
EventKind.TransferObjectEventKind
The type Transfer object event kind.
|
| Constructor and Description |
|---|
EventKind() |