JIDE 3.5.15

com.jidesoft.utils
Interface RegistrationListener

All Superinterfaces:
EventListener
All Known Subinterfaces:
RegistrationListener

public interface RegistrationListener
extends EventListener

The listener interface for receiving registration change events.


Method Summary
 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.

JIDE 3.5.15