| Modifier and Type | Class and Description |
|---|---|
class |
VoidAction
Action with no args.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Action<T>> |
AbstractActions.actionList |
| Modifier and Type | Method and Description |
|---|---|
protected List<Action<T>> |
SimpleActions.createList() |
protected List<Action<T>> |
ConcurrentActions.createList() |
protected abstract List<Action<T>> |
AbstractActions.createList() |
| Modifier and Type | Method and Description |
|---|---|
Actions<T> |
Actions.add(Action<T> action)
Adds an action.
|
Actions<T> |
AbstractActions.add(Action<T> action) |
protected void |
AbstractActions.fireOne(Action<T> action,
T data) |
boolean |
Actions.has(Action<T> action)
Determines whether the actions contains the specified action.
|
boolean |
AbstractActions.has(Action<T> action) |
Actions<T> |
Actions.remove(Action<T> action)
Removes an action.
|
Actions<T> |
AbstractActions.remove(Action<T> action) |
Copyright 2014, The Vibe Project