@FunctionalInterface
public interface CommandAppender<T>
| Modifier and Type | Method and Description |
|---|---|
void |
append(T object,
org.eclipse.emf.common.command.CompoundCommand command)
Appends existing commands to a recently-executed compound command.
|
void append(T object, org.eclipse.emf.common.command.CompoundCommand command)
object - the graph object that was modified as a result of the commandcommand - the CompoundCommand that was executedCopyright © 2014 TESIS DYNAware. All Rights Reserved.