| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface YearChangeListenerextends EventListenerMethod Summary | |
void |
|
void |
|
public void yearDecreased(YearChangeEvent e)
Called when the month underflows.
- Parameters:
e- Event fired
public void yearIncreased(YearChangeEvent e)
Called when the month overflows.
- Parameters:
e- Event fired