net.sf.nachocalendar.event

Interface YearChangeListener

All Superinterfaces:
EventListener

public interface YearChangeListener
extends EventListener

Defines an Object which listens for year changes.
Author:
Ignacio Merani

Method Summary

void
yearDecreased(YearChangeEvent e)
Called when the month underflows.
void
yearIncreased(YearChangeEvent e)
Called when the month overflows.

Method Details

yearDecreased

public void yearDecreased(YearChangeEvent e)
Called when the month underflows.
Parameters:
e - Event fired

yearIncreased

public void yearIncreased(YearChangeEvent e)
Called when the month overflows.
Parameters:
e - Event fired