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.
Interface CalendarEvent.EventChangeNotifier
-
All Superinterfaces:
All Known Implementing Classes:
Enclosing interface:
public static interface CalendarEvent.EventChangeNotifier extends Serializable
Notifier interface for EventChange events.
-
-
Method Summary
All Methods Modifier and Type Method Description void
addEventChangeListener(CalendarEvent.EventChangeListener listener)
Add a listener to listen for EventChangeEvents.
void
removeEventChangeListener(CalendarEvent.EventChangeListener listener)
Remove a listener from the event provider.
-
-
-
Method Detail
-
addEventChangeListener
void addEventChangeListener(CalendarEvent.EventChangeListener listener)
Add a listener to listen for EventChangeEvents. These events are fired when a events properties are changed.
Parameters:
listener
- The listener to add
-
removeEventChangeListener
void removeEventChangeListener(CalendarEvent.EventChangeListener listener)
Remove a listener from the event provider.
Parameters:
listener
- The listener to remove
-
-