Package org.apache.batik.util.gui
Interface DropDownComponent.ScrollablePopupMenuListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
DropDownComponent.ScrollablePopupMenuAdapter
- Enclosing class:
- DropDownComponent
The ScrollablePopupMenu listener. Handles the events that
ScrollablePopupMenu fires
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Handles the 'itemsWereAdded' event.void
Handles 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
-