Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface YearChangeListener
extends EventListener
Method 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