com.ibm.eNetwork.beans.HOD.event
Class ColorRemapEvent
java.lang.Object
|
+--java.util.EventObject
|
+--com.ibm.eNetwork.beans.HOD.event.HODEvent
|
+--com.ibm.eNetwork.beans.HOD.event.ColorRemapEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class ColorRemapEvent
- extends com.ibm.eNetwork.beans.HOD.event.HODEvent
The color remap event is fired to ColorRemapListeners when
a color is remapped by the ColorRemap Bean. This class is for internal use
and is only documented for completeness sake.
- See Also:
ColorRemapListener
,
ColorRemap
, Serialized Form
Constructor Summary |
ColorRemapEvent(java.lang.Object source,
com.ibm.eNetwork.beans.HOD.ColorRemapData d)
Constructs a new color remap event with the specified source,
foreground and background color. |
Method Summary |
com.ibm.eNetwork.beans.HOD.ColorRemapData |
getColorRemapData()
Returns the color |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ColorRemapEvent
public ColorRemapEvent(java.lang.Object source,
com.ibm.eNetwork.beans.HOD.ColorRemapData d)
- Constructs a new color remap event with the specified source,
foreground and background color.
getColorRemapData
public com.ibm.eNetwork.beans.HOD.ColorRemapData getColorRemapData()
- Returns the color