public interface RegistrationListener
extends java.util.EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
registrationChanged(RegistrationEvent event)
Called whenever the registration is changed.
|
void registrationChanged(RegistrationEvent event)
event - the RegistrationEvent to be fired.