public interface WaveDataListener
| Modifier and Type | Method and Description |
|---|---|
void |
dataRegionUpdated(double[] x,
float[] y,
double resolution) |
void |
dataRegionUpdated(long[] x,
float[] y,
double resolution) |
void |
legendUpdated(String name) |
void dataRegionUpdated(double[] x,
float[] y,
double resolution)
void dataRegionUpdated(long[] x,
float[] y,
double resolution)
void legendUpdated(String name)
Copyright © 2021. All rights reserved.