JavaScript is disabled on your browser.
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
D
E
F
H
M
O
R
S
U
V
A
AbstractActions
<
T
> - Class in
org.atmosphere.vibe.platform.action
Base implementation of
Actions
.
AbstractActions()
- Constructor for class org.atmosphere.vibe.platform.action.
AbstractActions
AbstractActions(Actions.Options)
- Constructor for class org.atmosphere.vibe.platform.action.
AbstractActions
Action
<
T
> - Interface in
org.atmosphere.vibe.platform.action
An action.
actionList
- Variable in class org.atmosphere.vibe.platform.action.
AbstractActions
Actions
<
T
> - Interface in
org.atmosphere.vibe.platform.action
A manager for a set of
Action
s.
Actions.Options
- Class in
org.atmosphere.vibe.platform.action
Options to create an Actions.
Actions.Options()
- Constructor for class org.atmosphere.vibe.platform.action.
Actions.Options
Actions.Options(Actions.Options)
- Constructor for class org.atmosphere.vibe.platform.action.
Actions.Options
add(Action<T>)
- Method in class org.atmosphere.vibe.platform.action.
AbstractActions
add(Action<T>)
- Method in interface org.atmosphere.vibe.platform.action.
Actions
Adds an action.
C
cached()
- Method in class org.atmosphere.vibe.platform.action.
AbstractActions
cached()
- Method in class org.atmosphere.vibe.platform.action.
ConcurrentActions
cached()
- Method in class org.atmosphere.vibe.platform.action.
SimpleActions
ConcurrentActions
<
T
> - Class in
org.atmosphere.vibe.platform.action
Thread-safe implementation of
Actions
.
ConcurrentActions()
- Constructor for class org.atmosphere.vibe.platform.action.
ConcurrentActions
ConcurrentActions(Actions.Options)
- Constructor for class org.atmosphere.vibe.platform.action.
ConcurrentActions
createList()
- Method in class org.atmosphere.vibe.platform.action.
AbstractActions
createList()
- Method in class org.atmosphere.vibe.platform.action.
ConcurrentActions
createList()
- Method in class org.atmosphere.vibe.platform.action.
SimpleActions
D
disable()
- Method in class org.atmosphere.vibe.platform.action.
AbstractActions
disable()
- Method in interface org.atmosphere.vibe.platform.action.
Actions
Disables any operation on the actions.
disabled()
- Method in interface org.atmosphere.vibe.platform.action.
Actions
Determines if the actions has been disabled.
disabled()
- Method in class org.atmosphere.vibe.platform.action.
ConcurrentActions
disabled()
- Method in class org.atmosphere.vibe.platform.action.
SimpleActions
E
empty()
- Method in class org.atmosphere.vibe.platform.action.
AbstractActions
empty()
- Method in interface org.atmosphere.vibe.platform.action.
Actions
Removes all of the actions.
F
fire()
- Method in class org.atmosphere.vibe.platform.action.
AbstractActions
fire(T)
- Method in class org.atmosphere.vibe.platform.action.
AbstractActions
fire()
- Method in interface org.atmosphere.vibe.platform.action.
Actions
Fire all of the actions.
fire(T)
- Method in interface org.atmosphere.vibe.platform.action.
Actions
Fire all of the actions with the given value.
fired()
- Method in interface org.atmosphere.vibe.platform.action.
Actions
Determines if the actions have been called at least once.
fired()
- Method in class org.atmosphere.vibe.platform.action.
ConcurrentActions
fired()
- Method in class org.atmosphere.vibe.platform.action.
SimpleActions
fireOne(Action<T>, T)
- Method in class org.atmosphere.vibe.platform.action.
AbstractActions
H
has()
- Method in class org.atmosphere.vibe.platform.action.
AbstractActions
has(Action<T>)
- Method in class org.atmosphere.vibe.platform.action.
AbstractActions
has()
- Method in interface org.atmosphere.vibe.platform.action.
Actions
Determines if the actions contains an action.
has(Action<T>)
- Method in interface org.atmosphere.vibe.platform.action.
Actions
Determines whether the actions contains the specified action.
M
memory()
- Method in class org.atmosphere.vibe.platform.action.
Actions.Options
memory(boolean)
- Method in class org.atmosphere.vibe.platform.action.
Actions.Options
Keeps track of previous values and will call any action added after the actions has been fired right away with the latest "memorized" values.
O
on(T)
- Method in interface org.atmosphere.vibe.platform.action.
Action
Some action is taken.
on(Void)
- Method in class org.atmosphere.vibe.platform.action.
VoidAction
on()
- Method in class org.atmosphere.vibe.platform.action.
VoidAction
once()
- Method in class org.atmosphere.vibe.platform.action.
Actions.Options
once(boolean)
- Method in class org.atmosphere.vibe.platform.action.
Actions.Options
Ensures the actions can only be fired once.
org.atmosphere.vibe.platform.action
- package org.atmosphere.vibe.platform.action
R
remove(Action<T>)
- Method in class org.atmosphere.vibe.platform.action.
AbstractActions
remove(Action<T>)
- Method in interface org.atmosphere.vibe.platform.action.
Actions
Removes an action.
S
setCache(T)
- Method in class org.atmosphere.vibe.platform.action.
AbstractActions
setCache(T)
- Method in class org.atmosphere.vibe.platform.action.
ConcurrentActions
setCache(T)
- Method in class org.atmosphere.vibe.platform.action.
SimpleActions
setDisabled()
- Method in class org.atmosphere.vibe.platform.action.
AbstractActions
setDisabled()
- Method in class org.atmosphere.vibe.platform.action.
ConcurrentActions
setDisabled()
- Method in class org.atmosphere.vibe.platform.action.
SimpleActions
setFired()
- Method in class org.atmosphere.vibe.platform.action.
AbstractActions
setFired()
- Method in class org.atmosphere.vibe.platform.action.
ConcurrentActions
setFired()
- Method in class org.atmosphere.vibe.platform.action.
SimpleActions
SimpleActions
<
T
> - Class in
org.atmosphere.vibe.platform.action
Simple implementation of
Actions
.
SimpleActions()
- Constructor for class org.atmosphere.vibe.platform.action.
SimpleActions
SimpleActions(Actions.Options)
- Constructor for class org.atmosphere.vibe.platform.action.
SimpleActions
U
unique()
- Method in class org.atmosphere.vibe.platform.action.
Actions.Options
unique(boolean)
- Method in class org.atmosphere.vibe.platform.action.
Actions.Options
Ensures an action can only be added once.
V
VoidAction
- Class in
org.atmosphere.vibe.platform.action
Action with no args.
VoidAction()
- Constructor for class org.atmosphere.vibe.platform.action.
VoidAction
A
C
D
E
F
H
M
O
R
S
U
V
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright 2014,
The Vibe Project