net.sf.nachocalendar.event
Interface MonthChangeListener

All Superinterfaces:
java.util.EventListener

public interface MonthChangeListener
extends java.util.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 Detail

monthIncreased

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

Parameters:
e - Event fired

monthDecreased

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

Parameters:
e - Event fired