-
public interface DecorableNavigator.Listener
-
-
Method Summary
Modifier and Type Method Description abstract BooleanonDecorationActivated(DecorableNavigator.OnActivatedEvent event)Called when the user activates a decoration, e.g. -
-
Method Detail
-
onDecorationActivated
abstract Boolean onDecorationActivated(DecorableNavigator.OnActivatedEvent event)
Called when the user activates a decoration, e.g. with a click or tap.
- Parameters:
event- Holds the metadata about the interaction event.
-
-
-
-