package eu.aniketos.notification.descriptions;
public class ContextChange {
/** The service site changed; new service site location expected in value **/
public static final String SERVICE_SITE_CHANGED = "Service site changed";
/** The legislation has changed for the location where the service resides; main reference expected in value **/
public static final String SERVICE_LEGISLATION_CHANGED = "Legislation changed for service site residence";
}