Interface IEmfChange

All Superinterfaces:
IChange
All Known Implementing Classes:
EmfChange

public interface IEmfChange extends IChange
Defines contract of EMF change.
See Also:
  • Field Summary

    Fields inherited from interface com._1c.g5.aef2.changes.IChange

    NO_CHANGE
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.emf.common.command.Command
     

    Methods inherited from interface com._1c.g5.aef2.changes.IChange

    apply
  • Method Details

    • getCommand

      org.eclipse.emf.common.command.Command getCommand()
      Returns:
      this change's EMF command.