Interface RegistrationListener

  • All Superinterfaces:
    java.util.EventListener
    All Known Subinterfaces:
    RegistrationListener

    public interface RegistrationListener
    extends java.util.EventListener
    The listener interface for receiving registration change events.
    • Method Detail

      • registrationChanged

        void registrationChanged​(RegistrationEvent event)
        Called whenever the registration is changed.
        Parameters:
        event - the RegistrationEvent to be fired.