<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<!--NewPage-->
<html>
<head>
<!-- Generated by javadoc on Wed Jul 28 01:21:15 GMT 1999 -->
<title>
  Class java.awt.event.AdjustmentEvent
</title>
</head>
<body>
<a name="_top_"></a>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.awt.event.html">This Package</a>  <a href="java.awt.event.ActionEvent.html#_top_">Previous</a>  <a href="java.awt.event.ComponentAdapter.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
<hr>
<h1>
  Class java.awt.event.AdjustmentEvent
</h1>
<pre>
<a href="java.lang.Object.html#_top_">java.lang.Object</a>
   |
   +----<a href="java.util.EventObject.html#_top_">java.util.EventObject</a>
           |
           +----<a href="java.awt.AWTEvent.html#_top_">java.awt.AWTEvent</a>
                   |
                   +----java.awt.event.AdjustmentEvent
</pre>
<hr>
<dl>
  <dt> public class <b>AdjustmentEvent</b>
  <dt> extends <a href="java.awt.AWTEvent.html#_top_">AWTEvent</a>
</dl>
The adjustment event emitted by Adjustable objects.
<p>
<dl>
    <dt> <b>See Also:</b>
    <dd> <a href="java.awt.Adjustable.html#_top_">Adjustable</a>, <a href="java.awt.event.AdjustmentListener.html#_top_">AdjustmentListener</a>
</dl>
<hr>
<a name="index"></a>
<h2>
  <img src="images/variable-index.gif" width=207 height=38 alt="Variable Index">
</h2>
<dl>
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#ADJUSTMENT_FIRST"><b>ADJUSTMENT_FIRST</b></a>
  <dd>  Marks the first integer id for the range of adjustment event ids.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#ADJUSTMENT_LAST"><b>ADJUSTMENT_LAST</b></a>
  <dd>  Marks the last integer id for the range of adjustment event ids.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#ADJUSTMENT_VALUE_CHANGED"><b>ADJUSTMENT_VALUE_CHANGED</b></a>
  <dd>  The adjustment value changed event.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#BLOCK_DECREMENT"><b>BLOCK_DECREMENT</b></a>
  <dd>  The block decrement adjustment type.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#BLOCK_INCREMENT"><b>BLOCK_INCREMENT</b></a>
  <dd>  The block increment adjustment type.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#TRACK"><b>TRACK</b></a>
  <dd>  The absolute tracking adjustment type.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#UNIT_DECREMENT"><b>UNIT_DECREMENT</b></a>
  <dd>  The unit decrement adjustment type.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#UNIT_INCREMENT"><b>UNIT_INCREMENT</b></a>
  <dd>  The unit increment adjustment type.
</dl>
<h2>
  <img src="images/constructor-index.gif" width=275 height=38 alt="Constructor Index">
</h2>
<dl>
  <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#AdjustmentEvent(java.awt.Adjustable, int, int, int)"><b>AdjustmentEvent</b></a>(Adjustable, int, int, int)
  <dd>  Constructs a AdjustmentEvent object with the specified Adjustable source,
 type, and value.
</dl>
<h2>
  <img src="images/method-index.gif" width=207 height=38 alt="Method Index">
</h2>
<dl>
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getAdjustable()"><b>getAdjustable</b></a>()
  <dd>  Returns the Adjustable object where this event originated.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getAdjustmentType()"><b>getAdjustmentType</b></a>()
  <dd>  Returns the type of adjustment which caused the value changed
 event.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getValue()"><b>getValue</b></a>()
  <dd>  Returns the current value in the adjustment event.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#paramString()"><b>paramString</b></a>()
  <dd> 
</dl>
<a name="variables"></a>
<h2>
  <img src="images/variables.gif" width=153 height=38 alt="Variables">
</h2>
<a name="ADJUSTMENT_FIRST"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>ADJUSTMENT_FIRST</b>
<pre>
 public static final int ADJUSTMENT_FIRST
</pre>
<dl>
  <dd> Marks the first integer id for the range of adjustment event ids.<p>
</dl>
<a name="ADJUSTMENT_LAST"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>ADJUSTMENT_LAST</b>
<pre>
 public static final int ADJUSTMENT_LAST
</pre>
<dl>
  <dd> Marks the last integer id for the range of adjustment event ids.<p>
</dl>
<a name="ADJUSTMENT_VALUE_CHANGED"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>ADJUSTMENT_VALUE_CHANGED</b>
<pre>
 public static final int ADJUSTMENT_VALUE_CHANGED
</pre>
<dl>
  <dd> The adjustment value changed event.<p>
</dl>
<a name="UNIT_INCREMENT"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>UNIT_INCREMENT</b>
<pre>
 public static final int UNIT_INCREMENT
</pre>
<dl>
  <dd> The unit increment adjustment type.<p>
</dl>
<a name="UNIT_DECREMENT"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>UNIT_DECREMENT</b>
<pre>
 public static final int UNIT_DECREMENT
</pre>
<dl>
  <dd> The unit decrement adjustment type.<p>
</dl>
<a name="BLOCK_DECREMENT"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>BLOCK_DECREMENT</b>
<pre>
 public static final int BLOCK_DECREMENT
</pre>
<dl>
  <dd> The block decrement adjustment type.<p>
</dl>
<a name="BLOCK_INCREMENT"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>BLOCK_INCREMENT</b>
<pre>
 public static final int BLOCK_INCREMENT
</pre>
<dl>
  <dd> The block increment adjustment type.<p>
</dl>
<a name="TRACK"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>TRACK</b>
<pre>
 public static final int TRACK
</pre>
<dl>
  <dd> The absolute tracking adjustment type.<p>
</dl>
<a name="constructors"></a>
<h2>
  <img src="images/constructors.gif" width=231 height=38 alt="Constructors">
</h2>
<a name="AdjustmentEvent"></a>
<a name="AdjustmentEvent(java.awt.Adjustable, int, int, int)"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>AdjustmentEvent</b>
<pre>
 public AdjustmentEvent(<a href="java.awt.Adjustable.html#_top_">Adjustable</a> source,
                        int id,
                        int type,
                        int value)
</pre>
<dl>
  <dd> Constructs a AdjustmentEvent object with the specified Adjustable source,
 type, and value.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> source - the Adjustable object where the event originated
  </dl></dd>
</dl>
<a name="methods"></a>
<h2>
  <img src="images/methods.gif" width=151 height=38 alt="Methods">
</h2>
<a name="getAdjustable()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getAdjustable"><b>getAdjustable</b></a>
<pre>
 public <a href="java.awt.Adjustable.html#_top_">Adjustable</a> getAdjustable()
</pre>
<dl>
  <dd> Returns the Adjustable object where this event originated.
<p>
</dl>
<a name="getValue()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getValue"><b>getValue</b></a>
<pre>
 public int getValue()
</pre>
<dl>
  <dd> Returns the current value in the adjustment event.
<p>
</dl>
<a name="getAdjustmentType()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getAdjustmentType"><b>getAdjustmentType</b></a>
<pre>
 public int getAdjustmentType()
</pre>
<dl>
  <dd> Returns the type of adjustment which caused the value changed
 event.
<p>
  <dd><dl>
    <dt> <b>See Also:</b>
    <dd> UNIT_INCREMENT, UNIT_DECREMENT, BLOCK_INCREMENT, BLOCK_DECREMENT, TRACK
  </dl></dd>
</dl>
<a name="paramString()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="paramString"><b>paramString</b></a>
<pre>
 public <a href="java.lang.String.html#_top_">String</a> paramString()
</pre>
<dl>
  <dd><dl>
    <dt> <b>Overrides:</b>
    <dd> <a href="java.awt.AWTEvent.html#paramString()">paramString</a> in class <a href="java.awt.AWTEvent.html#_top_">AWTEvent</a>
  </dl></dd>
</dl>
<hr>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.awt.event.html">This Package</a>  <a href="java.awt.event.ActionEvent.html#_top_">Previous</a>  <a href="java.awt.event.ComponentAdapter.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
</body>
</html>
