All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.eNetwork.beans.HOD.event.BlinkRemapEvent

java.lang.Object
   |
   +----java.util.EventObject
           |
           +----com.ibm.eNetwork.beans.HOD.event.HODEvent
                   |
                   +----com.ibm.eNetwork.beans.HOD.event.BlinkRemapEvent

public class BlinkRemapEvent
extends HODEvent
The blink remap event is fired to BlinkRemapListeners when blink options for the session are changed. This class is for internal use and is only documented for completeness sake.

See Also:
BlinkRemapListener, BlinkRemap

Constructor Index

 o BlinkRemapEvent(Object, BlinkRemapData)
Constructs a new blink remap event with the specified source, foreground and background color.

Method Index

 o getBlinkRemapData()
Returns the BlinkRemapData for the event

Constructors

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

Methods

 o getBlinkRemapData
 public BlinkRemapData getBlinkRemapData()
Returns the BlinkRemapData for the event


All Packages  Class Hierarchy  This Package  Previous  Next  Index