Class CalendarFrame.CalMenuListener

java.lang.Object
com.ibm.icu.dev.demo.calendar.CalendarFrame.CalMenuListener
All Implemented Interfaces:
ItemListener, EventListener
Enclosing class:
CalendarFrame

private class CalendarFrame.CalMenuListener extends Object implements ItemListener
CalMenuListener responds to events in the two popup menus that select the calendar systems to be used in the display. It figures out which of the two menus the event occurred in and updates the corresponding element of the calendars[] array to match the new selection.
  • Constructor Details

    • CalMenuListener

      private CalMenuListener()
  • Method Details