public interface Command
Modifier and Type | Method and Description |
---|---|
Results |
apply(RuleManager ruleManager)
Apply the command
|
Results |
undo(RuleManager ruleManager)
Undo the changes the command made to the model
|
Results apply(RuleManager ruleManager)
ruleManager
- Results undo(RuleManager ruleManager)
ruleManager
- Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.