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
-
BlinkRemapEvent(Object, BlinkRemapData)
- Constructs a new blink remap event with the specified source,
foreground and background color.
-
getBlinkRemapData()
- Returns the BlinkRemapData for the event
BlinkRemapEvent
public BlinkRemapEvent(Object source,
BlinkRemapData d)
- Constructs a new blink remap event with the specified source,
foreground and background color.
getBlinkRemapData
public BlinkRemapData getBlinkRemapData()
- Returns the BlinkRemapData for the event
All Packages Class Hierarchy This Package Previous Next Index