java.util.EventListener
RegistrationListener
public interface RegistrationListener
extends java.util.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.