package eu.aniketos.notification.descriptions; public class ServiceChange { /** The service has changed; new service endpoint (serviceId) expected in value **/ public static final String SERVICE_CHANGED = "Service changed"; /** The service has been lost and not recovered **/ public static final String SERVICE_LOST = "Service lost"; }