Package com.pi4j.io.gpio.event
Class GpioPinAnalogValueChangeEvent
- java.lang.Object
- 
- java.util.EventObject
- 
- com.pi4j.io.gpio.event.GpioPinEvent
- 
- com.pi4j.io.gpio.event.GpioPinAnalogValueChangeEvent
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class GpioPinAnalogValueChangeEvent extends GpioPinEvent GPIO analog pin value change event.- Author:
- Robert Savage (http://www.savagehomeautomation.com)
- See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class com.pi4j.io.gpio.event.GpioPinEventpin, type
 - 
Fields inherited from class java.util.EventObjectsource
 
- 
 - 
Constructor SummaryConstructors Constructor Description GpioPinAnalogValueChangeEvent(Object obj, GpioPin pin, double value)Default event constructor
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetValue()Get the new pin value raised in this event.- 
Methods inherited from class com.pi4j.io.gpio.event.GpioPinEventgetEventType, getPin
 - 
Methods inherited from class java.util.EventObjectgetSource, toString
 
- 
 
-