| Modifier and Type | Class and Description |
|---|---|
class |
AbstractActions<T>
Base implementation of
Actions. |
class |
ConcurrentActions<T>
Thread-safe implementation of
Actions. |
class |
SimpleActions<T>
Simple implementation of
Actions. |
| Modifier and Type | Method and Description |
|---|---|
Actions<T> |
Actions.add(Action<T> action)
Adds an action.
|
Actions<T> |
AbstractActions.add(Action<T> action) |
Actions<T> |
Actions.disable()
Disables any operation on the actions.
|
Actions<T> |
AbstractActions.disable() |
Actions<T> |
Actions.empty()
Removes all of the actions.
|
Actions<T> |
AbstractActions.empty() |
Actions<T> |
Actions.fire()
Fire all of the actions.
|
Actions<T> |
AbstractActions.fire() |
Actions<T> |
Actions.fire(T data)
Fire all of the actions with the given value.
|
Actions<T> |
AbstractActions.fire(T data) |
Actions<T> |
Actions.remove(Action<T> action)
Removes an action.
|
Actions<T> |
AbstractActions.remove(Action<T> action) |
Copyright 2014, The Vibe Project