com.vaadin.ui.components.calendar.event
Class CalendarEvent.EventChangeEvent

java.lang.Object
  extended by com.vaadin.ui.components.calendar.event.CalendarEvent.EventChangeEvent
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
CalendarEvent

public static class CalendarEvent.EventChangeEvent
extends java.lang.Object
implements java.io.Serializable

Event to signal that an event has changed.

See Also:
Serialized Form

Constructor Summary
CalendarEvent.EventChangeEvent(CalendarEvent source)
           
 
Method Summary
 CalendarEvent getCalendarEvent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalendarEvent.EventChangeEvent

public CalendarEvent.EventChangeEvent(CalendarEvent source)
Method Detail

getCalendarEvent

public CalendarEvent getCalendarEvent()
Returns:
the CalendarEvent that has changed


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.