Interface ColorChangedHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onColorChanged
(ColorChangedEvent event) Override this method to be kept informed when the ColorPicker changes in real-time (for example, if you need to update your own GUI accordingly).
-
Method Details
-
onColorChanged
Override this method to be kept informed when the ColorPicker changes in real-time (for example, if you need to update your own GUI accordingly). Then use the getXxxx() methods (for example,getBlue()
orgetLuminosity()
)to obtain current state as required.- Parameters:
event
- the event
-