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