Package com.jidesoft.utils
Interface RegistrationListener
- All Superinterfaces:
EventListener
- All Known Subinterfaces:
RegistrationListener
The listener interface for receiving registration change events.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called whenever the registration is changed.
-
Method Details
-
registrationChanged
Called whenever the registration is changed.- Parameters:
event
- the RegistrationEvent to be fired.
-