Interface DropDownComponent.ScrollablePopupMenuListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
DropDownComponent.ScrollablePopupMenuAdapter
- Enclosing class:
DropDownComponent
The ScrollablePopupMenu listener. Handles the events that
ScrollablePopupMenu fires
- Version:
- $Id$
-
Method Summary
Modifier and TypeMethodDescriptionvoidHandles the 'itemsWereAdded' event.voidHandles the 'itemsWereRemoved' event.
-
Method Details
-
itemsWereAdded
Handles the 'itemsWereAdded' event.- Parameters:
ev- The associated event
-
itemsWereRemoved
Handles the 'itemsWereRemoved' event.- Parameters:
ev- The associated event
-