Menu selection handling
- Default event handling is different to that of Component
- Method
postEvent()
passes the event up to its Container parent
- There are no methods
handleEvent()
or action()
for
MenuComponent or its subclasses
- Events and actions are handled by the Frame container of the MenuComponent.
- The default
action(
) for Frame does nothing and returns false.
Slide 117