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

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

Parameters:
e - Event fired

monthDecreased

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

Parameters:
e - Event fired