public interface GenerationListener extends PeripheralEventListener
GenerationListener interface defines methods for getting notified of the completion of the conversion of
a set of raw output values and that more output values to be converted may be provided. GenerationListener can be registered using the
DACChannel.startGeneration(int[], int, int, boolean, com.oracle.deviceaccess.dac.GenerationListener) method.| Modifier and Type | Method and Description |
|---|---|
void |
outputGenerated(GenerationEvent event)
Invoked when a buffer of DAC output values has been converted and the buffer is available for copying more output
values to convert.
|
void outputGenerated(GenerationEvent 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.