public interface AcquisitionListener extends PeripheralEventListener
AcquisitionListener interface defines methods for getting notified of the availability of sampled input
values. AcquisitionListener can be registered using the
ADCChannel.startAcquisition(int[], int, int, boolean, com.oracle.deviceaccess.adc.AcquisitionListener)
method.ADCChannel| Modifier and Type | Method and Description |
|---|---|
void |
inputAcquired(AcquisitionEvent event)
Invoked when a buffer of ADC sampled values has been filled and is available for processing.
|
void inputAcquired(AcquisitionEvent event)
event - the event that occurred.Copyright (c) 2012, Oracle and/or its affiliates. All Rights Reserved. Use of this specification is subject to license terms.