public class RequestCommands extends Object implements CommandRequestLifecycle
| Modifier and Type | Class and Description |
|---|---|
static class |
RequestCommands.Builder |
| Modifier and Type | Method and Description |
|---|---|
void |
complete() |
void |
push(Command<AbstractCanvasHandler,CanvasViolation> command) |
void |
rollback() |
void |
start() |
public void start()
start in interface CommandRequestLifecyclepublic void push(Command<AbstractCanvasHandler,CanvasViolation> command)
public void rollback()
rollback in interface CommandRequestLifecyclepublic void complete()
complete in interface CommandRequestLifecycleCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.