Interface VCalendar.EventMovedListener

  • Enclosing class:
    VCalendar

    public static interface VCalendar.EventMovedListener
    Listener interface for listening to event moved events. Occurs when a user drags an event to a new position
    • Method Detail

      • eventMoved

        void eventMoved​(CalendarEvent event)
        Triggered when an event was dragged to a new position and the start and end dates was changed.
        Parameters:
        event - The event that was moved