Interface IDesignerAgentConnectionListener


  • public interface IDesignerAgentConnectionListener
    This listener is being notified in case of Designer agent connection closure or other LC changes.
    • Method Detail

      • closed

        void closed()
        Notifies that the connection is closed (e.g. due to the launch of the 1C:Designer from the EDT).
      • reconnected

        void reconnected​(Path directory)
        Notifies that the connection is restored and reconnected. Provides the actual base directory of the Designer agent. connection that may be different than previous.
        Parameters:
        directory - the actual base directory of the Designer agent, cannot be null