Package com.pi4j.io.gpio.event
Class PinAnalogValueChangeEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.pi4j.io.gpio.event.PinEvent
-
- com.pi4j.io.gpio.event.PinAnalogValueChangeEvent
-
- All Implemented Interfaces:
Serializable
public class PinAnalogValueChangeEvent extends PinEvent
GPIO analog pin value change event.- Author:
- Robert Savage (http://www.savagehomeautomation.com)
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description PinAnalogValueChangeEvent(Object obj, Pin pin, double value)
Default event constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getValue()
Get the new pin value raised in this event.-
Methods inherited from class com.pi4j.io.gpio.event.PinEvent
getEventType, getPin
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-