Uses of Interface
com.jidesoft.utils.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. 
com.jidesoft.utils The package contains several utililities 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
 

Subinterfaces of RegistrationListener in com.jidesoft.converter
 interface RegistrationListener
          Deprecated. please use the one at com.jidesoft.utils.RegistrationListener.
 

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

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.
static void ObjectConverterManager.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.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.
 

Uses of RegistrationListener in com.jidesoft.utils
 

Fields in com.jidesoft.utils with type parameters of type RegistrationListener
protected  List<RegistrationListener> CacheMap.listenerList
          List of listeners
 

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

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



Copyright © 2013. All Rights Reserved.