public class TimeseriesRowEvent extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TimeseriesRowEvent.EventType |
static class |
TimeseriesRowEvent.TimeseriesRowEventFactory |
| Modifier and Type | Field and Description |
|---|---|
CountDownLatch |
latch |
TimeseriesGroup |
timeseriesGroup |
TimeseriesTableRow |
timeseriesTableRow |
TimeseriesRowEvent.EventType |
type |
| Modifier and Type | Method and Description |
|---|---|
void |
setValue(CountDownLatch latch) |
void |
setValue(TimeseriesTableRow timeseriesTableRow,
TimeseriesGroup timeseriesGroup) |
public TimeseriesRowEvent.EventType type
public TimeseriesTableRow timeseriesTableRow
public CountDownLatch latch
public TimeseriesGroup timeseriesGroup
public void setValue(TimeseriesTableRow timeseriesTableRow, TimeseriesGroup timeseriesGroup)
public void setValue(CountDownLatch latch)
Copyright © 2024. All Rights Reserved.