Interface NavItemSelectionCallback<M>


public interface NavItemSelectionCallback<M>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    selected(M model)
     
  • Method Details

    • selected

      void selected(M model)