com.jidesoft.converter
Interface RegistrationListener

All Superinterfaces:
EventListener

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.


Copyright © 2012. All Rights Reserved.