|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
net.sf.nachocalendar.event.MonthChangeEvent
public class MonthChangeEvent
Event fired when a month must be changed because a day under or overflows.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
MonthChangeEvent(java.lang.Object source,
java.util.Date newdate)
Creates a new instance of MonthChangeEvent. |
Method Summary | |
---|---|
java.util.Date |
getDate()
Getter for property date. |
void |
setDate(java.util.Date date)
Setter for property date. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MonthChangeEvent(java.lang.Object source, java.util.Date newdate)
source
- the source.newdate
- the new month.Method Detail |
---|
public java.util.Date getDate()
public void setDate(java.util.Date date)
date
- New value of property date.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |