public class WaitingActions extends Object implements Serializable
| Constructor and Description |
|---|
WaitingActions() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(WaitingAction waitingAction)
Add a waiting action
|
Collection<WaitingAction> |
getWaitingActions()
Get the list of waiting actions
|
public WaitingActions()
public Collection<WaitingAction> getWaitingActions()
public void add(WaitingAction waitingAction)
waitingAction - waiting actionCopyright © 2014 Apache Software Foundation. All Rights Reserved.