Package com.jidesoft.utils
Interface RegistrationListener
-
- All Superinterfaces:
java.util.EventListener
- All Known Subinterfaces:
RegistrationListener
public interface RegistrationListener extends java.util.EventListener
The listener interface for receiving registration change events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
registrationChanged(RegistrationEvent event)
Called whenever the registration is changed.
-
-
-
Method Detail
-
registrationChanged
void registrationChanged(RegistrationEvent event)
Called whenever the registration is changed.- Parameters:
event
- the RegistrationEvent to be fired.
-
-