Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 277 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 277 Bytes

MenuManager

You can see a kind of menu management method in this code.

Item clicks can be handled fully in presenter or controller or you can call relavant methods of them in the view.

A simple usage of functional interfaces is listener which is included in this example.