Package com.ibm.icu.dev.demo.calendar
Class CalendarFrame.CalMenuListener
- java.lang.Object
-
- com.ibm.icu.dev.demo.calendar.CalendarFrame.CalMenuListener
-
- All Implemented Interfaces:
java.awt.event.ItemListener
,java.util.EventListener
- Enclosing class:
- CalendarFrame
private class CalendarFrame.CalMenuListener extends java.lang.Object implements java.awt.event.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 Summary
Constructors Modifier Constructor Description private
CalMenuListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
itemStateChanged(java.awt.event.ItemEvent e)
-