public class Calendar.CalendarChangeEvent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
SERIES_CHANGED |
Constructor and Description |
---|
CalendarChangeEvent(ISeries series,
int id,
DateTime value) |
Modifier and Type | Method and Description |
---|---|
int |
getID() |
ISeries |
getSeries() |
DateTime |
getValue() |
public static final int SERIES_CHANGED