Interface RegistrationListener

All Superinterfaces:
EventListener
All Known Subinterfaces:
RegistrationListener

public interface RegistrationListener extends EventListener
The listener interface for receiving registration change events.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called whenever the registration is changed.
  • Method Details

    • registrationChanged

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