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 CalendarEventProvider.EventSetChangeEvent
- java.lang.Object
-
- com.vaadin.ui.components.calendar.event.CalendarEventProvider.EventSetChangeEvent
-
All Implemented Interfaces:
Enclosing interface:
public static class CalendarEventProvider.EventSetChangeEvent extends Object implements Serializable
Event to signal that the set of events has changed and the calendar should refresh its view from the
CalendarEventProvider
.See Also:
-
-
Constructor Summary
Constructors Constructor and Description EventSetChangeEvent(CalendarEventProvider source)
-
-
-
Constructor Detail
-
EventSetChangeEvent
public EventSetChangeEvent(CalendarEventProvider source)
-
-
Method Detail
-
getProvider
public CalendarEventProvider getProvider()
Returns:
the
CalendarEventProvider
that has changed
-
-