Uses of Interface
com.jidesoft.converter.RegistrationListener

Packages that use RegistrationListener
com.jidesoft.comparator The package contains all kinds of comparators for JIDE Common Layer. 
com.jidesoft.converter The package contains all kinds of object converters for JIDE Common Layer. 
com.jidesoft.grouper The package contains all kinds of object groupers for JIDE Common Layer. 
 

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 © 2012. All Rights Reserved.