Interface Subscriber

  • All Known Subinterfaces:
    LoggableSubscriber
    All Known Implementing Classes:
    LdapSyncTask

    public interface Subscriber
    All subscribers need to implement this interface. Subscribers are informed of events they are subscribed to via the inform method.
    Since:
    1.0.0
    Author:
    Steve Springett
    • Method Detail

      • inform

        void inform​(Event event)
        Defines a method to inform subscribers who implement this interface.
        Parameters:
        event - the Event to subscribe to
        Since:
        1.0.0