We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.ui.components.calendar.event.
Class CalendarEvent.EventChangeEvent
- java.lang.Object
-
- com.vaadin.ui.components.calendar.event.CalendarEvent.EventChangeEvent
-
All Implemented Interfaces:
Enclosing interface:
public static class CalendarEvent.EventChangeEvent extends Object implements Serializable
Event to signal that an event has changed.
See Also:
-
-
Constructor Summary
Constructors Constructor Description EventChangeEvent​(CalendarEvent source)
-
-
-
Constructor Detail
-
EventChangeEvent
public EventChangeEvent​(CalendarEvent source)
-
-
Method Detail
-
getCalendarEvent
public CalendarEvent getCalendarEvent()
Returns:
the
CalendarEvent
that has changed
-
-