Package 

Class DashboardCallback.ButtonCallback

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String id
      private final Function0<Unit> action
    • Method Summary

      Modifier and Type Method Description
      String getId()
      final Function0<Unit> getAction()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DashboardCallback.ButtonCallback

        DashboardCallback.ButtonCallback(String id, Function0<Unit> action)