public static interface RecordingJob.ICommandRecorder<EventAtom>
Modifier and Type | Method and Description |
---|---|
void |
recordCommandExecution(Activation<? extends EventAtom> activation,
Context context,
org.eclipse.emf.common.command.Command command)
Reports that a command that was just executed based on the current activation over the given context.
|
void recordCommandExecution(Activation<? extends EventAtom> activation, Context context, org.eclipse.emf.common.command.Command command)