Uses of Interface
com.jidesoft.converter.RegistrationListener

Packages that use RegistrationListener
com.jidesoft.comparator   
com.jidesoft.converter   
com.jidesoft.grouper   
 

Uses of RegistrationListener in com.jidesoft.comparator
 

Methods in com.jidesoft.comparator that return RegistrationListener
static RegistrationListener[] ObjectComparatorManager.getRegistrationListeners()
          Returns an array of all the registration listeners registered on this manager.
 

Methods in com.jidesoft.comparator with parameters of type RegistrationListener
static void ObjectComparatorManager.addRegistrationListener(RegistrationListener l)
          Adds a listener to the list that's notified each time a change to the manager occurs.
static void ObjectComparatorManager.removeRegistrationListener(RegistrationListener l)
          Removes a listener from the list that's notified each time a change to the manager occurs.
 

Uses of RegistrationListener in com.jidesoft.converter
 

Methods in com.jidesoft.converter that return RegistrationListener
static RegistrationListener[] ObjectConverterManager.getRegistrationListeners()
          Returns an array of all the registration listeners registered on this manager.
 RegistrationListener[] CacheMap.getRegistrationListeners()
          Returns an array of all the registration listeners registered on this registration.
 

Methods in com.jidesoft.converter with parameters of type RegistrationListener
static void ObjectConverterManager.addRegistrationListener(RegistrationListener l)
          Adds a listener to the list that's notified each time a change to the manager occurs.
 void CacheMap.addRegistrationListener(RegistrationListener l)
          Adds a listener to the list that's notified each time a change to the registration occurs.
static void ObjectConverterManager.removeRegistrationListener(RegistrationListener l)
          Removes a listener from the list that's notified each time a change to the manager occurs.
 void CacheMap.removeRegistrationListener(RegistrationListener l)
          Removes a listener from the list that's notified each time a change to the registration occurs.
 

Uses of RegistrationListener in com.jidesoft.grouper
 

Methods in com.jidesoft.grouper that return RegistrationListener
static RegistrationListener[] ObjectGrouperManager.getRegistrationListeners()
          Returns an array of all the registration listeners registered on this manager.
 

Methods in com.jidesoft.grouper with parameters of type RegistrationListener
static void ObjectGrouperManager.addRegistrationListener(RegistrationListener l)
          Adds a listener to the list that's notified each time a change to the manager occurs.
static void ObjectGrouperManager.removeRegistrationListener(RegistrationListener l)
          Removes a listener from the list that's notified each time a change to the manager occurs.
 



Copyright © 2008. All Rights Reserved.