Interface CDockFrontendListener


public interface CDockFrontendListener
A listener that is added to a CDockFrontend.
Author:
Benjamin Sigg
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    loaded(CDockFrontend frontend, CSetting setting)
    Informs that frontend did load setting.
    void
    loading(CDockFrontend frontend, CSetting setting)
    Informs that frontend is about to load setting.
  • Method Details

    • loading

      void loading(CDockFrontend frontend, CSetting setting)
      Informs that frontend is about to load setting.
      Parameters:
      frontend - the caller of this method
      setting - the setting that will be loaded
    • loaded

      void loaded(CDockFrontend frontend, CSetting setting)
      Informs that frontend did load setting.
      Parameters:
      frontend - the caller of this method
      setting - the setting that was loaded