Interface CloseListener


  • public interface CloseListener
    Listens on close of configuration either by apply or cancel.
    Author:
    Daniel Sagenschneider
    • Method Detail

      • applied

        void applied()
        Notified that completed applying the configuration.
      • cancelled

        void cancelled()
        Notified that cancelled applying the configuration.