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

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.ibm.eNetwork.beans.HOD.event.HODEvent
              |
              +--com.ibm.eNetwork.beans.HOD.event.BlinkRemapEvent
All Implemented Interfaces:
java.io.Serializable

public class BlinkRemapEvent
extends com.ibm.eNetwork.beans.HOD.event.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, com.ibm.eNetwork.beans.HOD.BlinkRemap, Serialized Form

Constructor Summary
BlinkRemapEvent(java.lang.Object source, com.ibm.eNetwork.beans.HOD.BlinkRemapData d)
          Constructs a new blink remap event with the specified source, foreground and background color.
 
Method Summary
 com.ibm.eNetwork.beans.HOD.BlinkRemapData getBlinkRemapData()
          Returns the BlinkRemapData for the event
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BlinkRemapEvent

public BlinkRemapEvent(java.lang.Object source,
                       com.ibm.eNetwork.beans.HOD.BlinkRemapData d)
Constructs a new blink remap event with the specified source, foreground and background color.
Method Detail

getBlinkRemapData

public com.ibm.eNetwork.beans.HOD.BlinkRemapData getBlinkRemapData()
Returns the BlinkRemapData for the event