Package org.evoludo.ui
Interface HasInputHandlers
- All Superinterfaces:
HasHandlers
- All Known Implementing Classes:
Slider
A widget that implements this interface provides registration for
InputHandler
instances.- Author:
- Christoph Hauert
-
Method Summary
Modifier and TypeMethodDescriptionaddInputHandler
(InputHandler handler) Adds aInputEvent
handler.Methods inherited from interface HasHandlers
fireEvent
-
Method Details
-
addInputHandler
Adds aInputEvent
handler.- Parameters:
handler
- the input handler- Returns:
HandlerRegistration
used to remove this handler
-