| Package | Description |
|---|---|
| com.neurosys.events | |
| com.neurosys.q.notification.events |
| Modifier and Type | Method and Description |
|---|---|
Map<Class,Behavior> |
Behaviors.getBehaviors()
Optional
Behaviors for custom strategies |
| Modifier and Type | Method and Description |
|---|---|
void |
Behaviors.addBehavior(Behavior behavior) |
| Modifier and Type | Method and Description |
|---|---|
void |
Behaviors.setBehaviors(Map<Class,Behavior> behaviors) |
| Modifier and Type | Class and Description |
|---|---|
class |
CurrentActionNotifyBehavior
On current action to notify or not.
|
class |
NextNToNotifyBehavior
If not null then based on the
QStrategy; notify next N. |
| Modifier and Type | Method and Description |
|---|---|
Map<Class,Behavior> |
TokenEvent.getBehaviors()
Optional
Behaviors for custom strategies |
Map<Class,Behavior> |
BasicTokenEvent.getBehaviors()
Optional
AddOnBehaviors for custom strategies |
| Modifier and Type | Method and Description |
|---|---|
void |
TokenEvent.addBehavior(Behavior behavior) |
void |
BasicTokenEvent.addBehavior(Behavior behavior) |
| Modifier and Type | Method and Description |
|---|---|
void |
TokenEvent.setBehaviors(Map<Class,Behavior> behaviors) |
void |
BasicTokenEvent.setBehaviors(Map<Class,Behavior> behaviors)
Optional
AddOnBehaviors for custom strategies |
Copyright © 2018. All rights reserved.