public class AggregationStateEvent extends Object
| Modifier and Type | Field and Description |
|---|---|
protected AggregationState |
aggregationState |
protected Calendar |
endTime |
protected Calendar |
startTime |
| Constructor and Description |
|---|
AggregationStateEvent(AggregationState aggregationState,
Calendar startTime,
Calendar endTime) |
| Modifier and Type | Method and Description |
|---|---|
AggregationState |
getAggregationState() |
Calendar |
getEndTime() |
Calendar |
getStartTime() |
protected AggregationState aggregationState
protected Calendar startTime
protected Calendar endTime
public AggregationStateEvent(AggregationState aggregationState, Calendar startTime, Calendar endTime)
public AggregationState getAggregationState()
public Calendar getStartTime()
public Calendar getEndTime()
Copyright © 2019. All Rights Reserved.