package org.hwo.pulscounter.ui; import org.hwo.io.servicelink.ServiceLink; public interface AppSettingsListener { void ServiceLinkChanged(ServiceLink serviceLink); }