Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for onDisconnect (0.08 sec)

  1. platforms/core-runtime/launcher/src/main/java/org/gradle/launcher/daemon/server/api/DaemonConnection.java

         * </ul>
         *
         * Note: the handler may be run from another thread before this method returns.
         *
         * @param handler the handler. Use null to remove the current handler.
         */
        void onDisconnect(@Nullable Runnable handler);
    
        /**
         * Registers a handler for when this connection receives cancel command. The handler is notified at most once.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 19:51:37 UTC 2024
    - 3.8K bytes
    - Viewed (0)
Back to top