Interface ViewSelected

All Known Implementing Classes:
HomeModuleMenu, ModuleMenu
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ViewSelected
This can be implemented by a View so that its viewSelected() method is invoked whenever it is selected to make it appear on the screen.
Author:
Syam