Interface RecordingJob.ICommandRecorder<EventAtom>
-
- Enclosing class:
- RecordingJob<EventAtom>
public static interface RecordingJob.ICommandRecorder<EventAtom>
- Since:
- 2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
recordCommandExecution
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.
-
-