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
HOD-unique 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

Constructor Index

 o ColorRemapEvent(Object, ColorRemapData)
Constructs a new color remap event with the specified source, foreground and background color.

Method Index

 o getColorRemapData()
Returns the color

Constructors

 o ColorRemapEvent
 public ColorRemapEvent(Object source,
                        ColorRemapData d)
Constructs a new color remap event with the specified source, foreground and background color.

Methods

 o getColorRemapData
 public ColorRemapData getColorRemapData()
Returns the color


All Packages  Class Hierarchy  This Package  Previous  Next  Index