Package com.pixelmed.display.event
Class WindowingAccelerationValueChangeEvent
- java.lang.Object
-
- com.pixelmed.event.Event
-
- com.pixelmed.display.event.WindowingAccelerationValueChangeEvent
-
public class WindowingAccelerationValueChangeEvent extends Event
-
-
Constructor Summary
Constructors Constructor Description WindowingAccelerationValueChangeEvent(EventContext eventContext, double value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getValue()
java.lang.String
toString()
-
Methods inherited from class com.pixelmed.event.Event
getEventContext
-
-
-
-
Constructor Detail
-
WindowingAccelerationValueChangeEvent
public WindowingAccelerationValueChangeEvent(EventContext eventContext, double value)
- Parameters:
eventContext
-value
-
-
-