fi.helsinki.cs.gist.schedule
Class GCalendarEventSelectionModelEvent

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

public class GCalendarEventSelectionModelEvent
extends java.util.EventObject

GCalendarEventSelectionModelEvent is used to notify listeners that a selection model has changed.

See Also:
GCalendarEventSelectionModelListener, Serialized Form

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

GCalendarEventSelectionModelEvent

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