Interface FloatingButtonEventHandler
-
- All Implemented Interfaces:
public interface FloatingButtonEventHandlerInterface for taking actions on an FloatingButton presentation.
-
-
Method Summary
Modifier and Type Method Description abstract UnitupdateGraphic(Bitmap graphic)Updates the current content of the floating button. -
-
Method Detail
-
updateGraphic
abstract Unit updateGraphic(Bitmap graphic)
Updates the current content of the floating button.
- Parameters:
graphic- the new content of the floating button
-
-
-
-