net.sf.nachocalendar.event

Interface MonthChangeListener

All Superinterfaces:
EventListener

public interface MonthChangeListener
extends EventListener

Author:
Ignacio Merani

Method Summary

void
monthDecreased(MonthChangeEvent e)
Called when the day underflows.
void
monthIncreased(MonthChangeEvent e)
Called when the day overflows.

Method Details

monthDecreased

public void monthDecreased(MonthChangeEvent e)
Called when the day underflows.
Parameters:
e - Event fired

monthIncreased

public void monthIncreased(MonthChangeEvent e)
Called when the day overflows.
Parameters:
e - Event fired