package org.hwo.pulscounter; public interface IPCController { void shutdownService(int exitCode); }