| Modifier and Type | Method and Description |
|---|---|
Actions.Options |
Actions.Options.memory(boolean memory)
Keeps track of previous values and will call any action added after
the actions has been fired right away with the latest "memorized"
values.
|
Actions.Options |
Actions.Options.once(boolean once)
Ensures the actions can only be fired once.
|
Actions.Options |
Actions.Options.unique(boolean unique)
Ensures an action can only be added once.
|
| Constructor and Description |
|---|
AbstractActions(Actions.Options o) |
Actions.Options(Actions.Options options) |
ConcurrentActions(Actions.Options o) |
SimpleActions(Actions.Options o) |
Copyright 2014, The Vibe Project