Package com.my.target.common.menu
Interface Menu.Listener
-
- Enclosing interface:
- Menu
public static interface Menu.ListenerInterface to listen clicks on options.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonActionClick(MenuAction action)The method calls on option's click.
-
-
-
Method Detail
-
onActionClick
void onActionClick(@NonNull MenuAction action)The method calls on option's click.- Parameters:
action- Instance ofMenuAction
-
-