public class CompositeAction extends java.lang.Object implements Action, IsInteraction
| Constructor and Description |
|---|
CompositeAction() |
| Modifier and Type | Method and Description |
|---|---|
CompositeAction |
addAction(Action action) |
java.util.List<Interaction> |
asInteractions(PointerInput mouse,
KeyInput keyboard) |
void |
perform() |
public CompositeAction addAction(Action action)
public java.util.List<Interaction> asInteractions(PointerInput mouse, KeyInput keyboard)
asInteractions in interface IsInteraction