class AdjustmentEventHandler
extends java.lang.Object
implements java.awt.event.AdjustmentListener
Modifier and Type | Field and Description |
---|---|
private ChannelOutputInt |
event
The Channel AdjustmentEvent notifications are sent down.
|
Constructor and Description |
---|
AdjustmentEventHandler(ChannelOutputInt event)
Constructs a new AdjustmentEventHandler with the specified event Channel.
|
Modifier and Type | Method and Description |
---|---|
void |
adjustmentValueChanged(java.awt.event.AdjustmentEvent e)
Invoked when an adjustment occurs on the component the event handler is
listening to.
|
private ChannelOutputInt event
public AdjustmentEventHandler(ChannelOutputInt event)
event
- The Channel AdjustmentEvent notifications are sent down.public void adjustmentValueChanged(java.awt.event.AdjustmentEvent e)
adjustmentValueChanged
in interface java.awt.event.AdjustmentListener
e
- The parameters associated with this event