java.awt.event
Class AdjustmentEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--java.awt.AWTEvent
              |
              +--java.awt.event.AdjustmentEvent
All Implemented Interfaces:
Serializable
public class AdjustmentEvent
extends AWTEvent

The adjustment event emitted by Adjustable objects.

Since:
1.1
See Also:
Adjustable, AdjustmentListener, Serialized Form

 

Field Summary

static int ADJUSTMENT_FIRST
    Marks the first integer id for the range of adjustment event ids.
static int ADJUSTMENT_LAST
    Marks the last integer id for the range of adjustment event ids.
static int ADJUSTMENT_VALUE_CHANGED
    The adjustment value changed event.
static int BLOCK_DECREMENT
    The block decrement adjustment type.
static int BLOCK_INCREMENT
    The block increment adjustment type.
static int TRACK
    The absolute tracking adjustment type.
static int UNIT_DECREMENT
    The unit decrement adjustment type.
static int