Class ColorChangeEvent

java.lang.Object
org.eclipse.emf.compare.rcp.ui.internal.mergeviewer.ColorChangeEvent
All Implemented Interfaces:
ICompareEvent, IColorChangeEvent

public class ColorChangeEvent extends Object implements IColorChangeEvent
Event to notify a color change.
  • Constructor Details

    • ColorChangeEvent

      public ColorChangeEvent(String colorId)
      Constructor.
      Parameters:
      colorId - Id of the color that has been modified.
  • Method Details