|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.util.swing.calendar.IlvAbstractCalendarModel
public abstract class IlvAbstractCalendarModel
IlvAbstractCalendarModel is the superclass of all IlvCalendarModel
implementations. It provides a basic framework of event support that can be used by
all concrete subclasses.
| Constructor Summary | |
|---|---|
IlvAbstractCalendarModel()
Creates a new IlvAbstractCalendarModel. |
|
| Method Summary | |
|---|---|
void |
addCalendarModelListener(CalendarModelListener l)
Adds a listener to the list that is notified each time a change to the calendar occurs. |
protected void |
fireCalendarChanged(Calendar oldValue,
Calendar newValue)
Fires a calendar changed event to all subscribed
listeners. |
void |
removeCalendarModelListener(CalendarModelListener l)
Removes a listener from the list that is notified each time a change to the calendar occurs. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface ilog.views.util.swing.calendar.IlvCalendarModel |
|---|
getCalendar, setCalendar |
| Constructor Detail |
|---|
public IlvAbstractCalendarModel()
IlvAbstractCalendarModel.
| Method Detail |
|---|
public void addCalendarModelListener(CalendarModelListener l)
addCalendarModelListener in interface IlvCalendarModell - The CalendarModelListener.public void removeCalendarModelListener(CalendarModelListener l)
removeCalendarModelListener in interface IlvCalendarModell - The CalendarModelListener.
protected void fireCalendarChanged(Calendar oldValue,
Calendar newValue)
calendar changed event to all subscribed
listeners. Note that Calendar objects are mutable values and
this method does not copy or clone its arguments. Therefore, you should
pass already cloned or temporary calendar values as the arguments to this
method.
oldValue - The previous calendar value.newValue - The new calendar value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||