fi.helsinki.cs.gist.schedule
Class GCalendarModelEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--fi.helsinki.cs.gist.schedule.GCalendarModelEvent

public class GCalendarModelEvent
extends java.util.EventObject

GCalendarModelEvent is used to notify listeners that a visible days model has changed.

See Also:
GCalendarModelListener, Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
GCalendarModelEvent(GCalendarModel source)
          Constructs a GCalendarModelEvent object.
 
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

GCalendarModelEvent

public GCalendarModelEvent(GCalendarModel source)
Constructs a GCalendarModelEvent object.
Parameters:
source - the GCalendarModel that originated event. (typically this)