| Interface | Description |
|---|---|
| ChildTokenEvent<T extends Token<T>> |
An
IChild and a TokenEvent.A child event is defined as one that is generated as a result of another event known as the IChild.getParent() event. |
| MultipleTokenEvent<T extends Token<T>> | |
| SingleTokenEvent<T extends Token<T>> | |
| SupplierTokenEvent<T extends Token<T>> | |
| TokenEvent<T extends Token<T>> |
Any Event related to a
Token
Note: ConsumerTokenStatus is a collection of pre-defined TokenStatus's. |
| TokenEvent.TokenEventFlowStatus |
| Class | Description |
|---|---|
| BasicTokenEvent<T extends Token<T>> |
Event over any
Token type. |
| CurrentActionNotifyBehavior |
On current action to notify or not.
|
| MessageTokenEvent<T extends Token<T>> |
A
BasicTokenEvent that also carries a message |
| NextNToNotifyBehavior |
If not null then based on the
QStrategy; notify next N. |
| NextTokenEvent<T extends Token<T>> |
A
BasicTokenEvent that also factors in automation of next token(s) based on a post current action scenario
described by NextTokenEvent.nextTokensAction. |
| SynchronousTokenChangeEventSupplierBackedListener<T extends Token<T>,PE extends ChildTokenEvent<T>> |
A
SynchronousTokenChangeListener backed by a ClassReloadingStrategy.Strategy or code that generates further events based on the original one. |
| SynchronousTokenChangeListener<T extends Token<T>,CE extends TokenEvent<T>> |
| Enum | Description |
|---|---|
| TokenEvent.ContainerEventType | |
| TokenEvent.TokenEventType |
These are transient Notification (event) types.
Please do not confuse with TokenStatus instance. |
Copyright © 2018. All rights reserved.