Interface DashboardViewAssistant


public interface DashboardViewAssistant
Implementation of this interface can be linked to the dashboard and invoked on every DashboardEvent.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    init(Dashboard dashboard)
     
  • Method Details

    • init

      void init(Dashboard dashboard)
      Parameters:
      dashboard - dashboard component which assistant is related to