Interface RecordingJob.ICommandRecorder<EventAtom>

  • Enclosing class:
    RecordingJob<EventAtom>

    public static interface RecordingJob.ICommandRecorder<EventAtom>
    Since:
    2.0
    • 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.