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 Summary
Constructors Constructor Description ColorChangeEvent(String colorId)
Constructor.
-
-
-
Constructor Detail
-
ColorChangeEvent
public ColorChangeEvent(String colorId)
Constructor.- Parameters:
colorId
- Id of the color that has been modified.
-
-
Method Detail
-
getColorID
public String getColorID()
Get the color ID that has been modified.- Specified by:
getColorID
in interfaceIColorChangeEvent
- Returns:
- The color ID
-
-