package com.github.dreamhead.moco.runner.watcher; public interface ShutdownListener { void onShutdown(); }