Interface IDateParseExceptionListener
public interface IDateParseExceptionListener
-
Method Summary
Modifier and Type Method Description void
parseExceptionThrown(CalendarDateParseException dateParseException)
This is notified when there is aCalendarDateParseException
thrown in the CalendarCombo due to a bad date.
-
Method Details
-
parseExceptionThrown
This is notified when there is aCalendarDateParseException
thrown in the CalendarCombo due to a bad date.- Parameters:
dateParseException
-CalendarDateParseException
that is thrown.
-