| Constructor and Description |
|---|
Actions.Options() |
Actions.Options(Actions.Options options) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
memory() |
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.
|
boolean |
once() |
Actions.Options |
once(boolean once)
Ensures the actions can only be fired once.
|
boolean |
unique() |
Actions.Options |
unique(boolean unique)
Ensures an action can only be added once.
|
public Actions.Options()
public Actions.Options(Actions.Options options)
public boolean once()
public Actions.Options once(boolean once)
public boolean memory()
public Actions.Options memory(boolean memory)
public boolean unique()
public Actions.Options unique(boolean unique)
Copyright 2014, The Vibe Project