All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.payneteasy.superfly.service.NotificationService Maven / Gradle / Ivy

package com.payneteasy.superfly.service;

/**
 * Service used to send notifications.
 * 
 * @author Roman Puchkovskiy
 */
public interface NotificationService {
    /**
     * Notifies all systems interested in this about the fact that users have
     * changed.
     */
    void notifyAboutUsersChanged();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy