Package com.my.target.common.menu
Interface Menu.Listener
- Enclosing interface:
- Menu
public static interface Menu.Listener
Interface to listen clicks on options.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonActionClick(MenuAction action) The method calls on option's click.
-
Method Details