package eu.mikroskeem.notificationhackery; public interface INotificationBackend { void sendNotification(String title, String body); void cleanup(); }