org.das2.graph.event
Class DasDevicePositionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.das2.graph.event.DasDevicePositionEvent
All Implemented Interfaces:
java.io.Serializable

public class DasDevicePositionEvent
extends java.util.EventObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DasDevicePositionEvent(java.lang.Object source, double min, double max)
          Creates a new instance of DasDevicePositionEvent
 
Method Summary
 double getMaximum()
           
 double getMinimum()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DasDevicePositionEvent

public DasDevicePositionEvent(java.lang.Object source,
                              double min,
                              double max)
Creates a new instance of DasDevicePositionEvent

Method Detail

getMinimum

public double getMinimum()

getMaximum

public double getMaximum()