All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.eNetwork.beans.HOD.event.ColorRemapEvent
java.lang.Object
|
+----java.util.EventObject
|
+----com.ibm.eNetwork.beans.HOD.event.HODEvent
|
+----com.ibm.eNetwork.beans.HOD.event.ColorRemapEvent
- public class ColorRemapEvent
- extends HODEvent
In Host On-Demand, the color remap event is fired to ColorRemapListeners when
a color is remapped by the ColorRemap Bean.
- See Also:
- ColorRemapListener, ColorRemap
-
ColorRemapEvent(Object, ColorRemapData)
- Constructs a new color remap event with the specified source,
foreground and background color.
-
getColorRemapData()
- Returns the color
ColorRemapEvent
public ColorRemapEvent(Object source,
ColorRemapData d)
- Constructs a new color remap event with the specified source,
foreground and background color.
getColorRemapData
public ColorRemapData getColorRemapData()
- Returns the color
All Packages Class Hierarchy This Package Previous Next Index