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 aInputEventhandler.Methods inherited from interface HasHandlers
fireEvent
-
Method Details
-
addInputHandler
Adds aInputEventhandler.- Parameters:
handler- the input handler- Returns:
HandlerRegistrationused to remove this handler
-