public class AdjustmentEvent extends AWTEvent
ACTION_PERFORMED, ADJUSTMENT_EVENT, FOCUS_GAINED, FOCUS_LOST, GARBAGE_COLLECTION, INVOCATION_EVENT, ITEM_STATE_CHANGED, KEY_PRESSED, KEY_TYPED, LIST_SELECTION, MOUSE_EVENT, PAINT_EVENT, RESERVED_ID_MAX, SCROLL_EVENT, SYNC_EVENT, WINDOW_CLOSING, WINDOW_OPENED
Constructor and Description |
---|
AdjustmentEvent(Component source_,
int value_)
Create a new AdjustmentEvent.
|
Modifier and Type | Method and Description |
---|---|
Component |
getAdjustable() |
int |
getValue() |
public AdjustmentEvent(Component source_, int value_)
source_
- The component to which the event must be delivered.value_
- The value of the adjustable component.public Component getAdjustable()
public int getValue()