| Package | Description |
|---|---|
| com.neurosys.q.notification.events | |
| com.neurosys.q.notification.service | |
| com.neurosys.q.service |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicTokenEvent<T extends Token<T>>
Event over any
Token type. |
class |
MessageTokenEvent<T extends Token<T>>
A
BasicTokenEvent that also carries a message |
class |
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. |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultTokenChangeExecuteStrategyListener.onChange(ChangeGenerator<SupplierTokenEvent<T>> changeGenerator,
SupplierTokenEvent<T> tokenEvent) |
protected void |
DefaultTokenChangeExecuteStrategyListener.onSynchChange(ChangeGenerator<SupplierTokenEvent<T>> changeGenerator,
SupplierTokenEvent<T> change) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultTokenChangeExecuteStrategyListener.onChange(ChangeGenerator<SupplierTokenEvent<T>> changeGenerator,
SupplierTokenEvent<T> tokenEvent) |
protected void |
DefaultTokenChangeExecuteStrategyListener.onSynchChange(ChangeGenerator<SupplierTokenEvent<T>> changeGenerator,
SupplierTokenEvent<T> change) |
| Modifier and Type | Method and Description |
|---|---|
<E extends ChildTokenEvent<T>> |
TokenEventSupplier.onTokenChange(SupplierTokenEvent<T> tokenEvent)
When a token changes (in any way and namely status), what else can it impact.
This represents the business logic that determines a response to the change. |
Copyright © 2018. All rights reserved.