Interface VAbstractCalendarPanel.FocusChangeListener

  • Enclosing class:
    VAbstractCalendarPanel<R extends Enum<R>>

    public static interface VAbstractCalendarPanel.FocusChangeListener
    FocusChangeListener is notified when the panel changes its focused value.
    • Method Detail

      • focusChanged

        void focusChanged​(Date focusedDate)
        Called when focused date has changed in the calendar panel.
        Parameters:
        focusedDate - the currently focused date in the panel