Uses of Interface
com.jalios.util.JPropertiesListener

Packages that use JPropertiesListener
com.jalios.jcms Contains the core JCMS classes. 
com.jalios.jcms.db   
com.jalios.jcmsplugin.bookmarks   
com.jalios.jcmsplugin.dbcomment   
com.jalios.jcmsplugin.qrcode   
com.jalios.jcmsplugin.readspeaker   
com.jalios.jcmsplugin.smiley   
com.jalios.jcmsplugin.toppublications   
com.jalios.jcmsplugin.virtualdesktop   
com.jalios.jcmsplugin.wiki   
com.jalios.util Contains Jalios utility classes (Unix-like crypt class, RSS parser, mail utility, servlet utility, comparators and miscellaneous utility static methods). 
 

Uses of JPropertiesListener in com.jalios.jcms
 

Classes in com.jalios.jcms that implement JPropertiesListener
 class Channel
          The Channel singleton is the main access point of the JCMS API.
 

Methods in com.jalios.jcms with parameters of type JPropertiesListener
 void Channel.addPropertiesListener(JPropertiesListener listener)
          Adds a properties listener.
 void Channel.removePropertiesListener(JPropertiesListener listener)
          Removes a properties listener.
 

Uses of JPropertiesListener in com.jalios.jcms.db
 

Classes in com.jalios.jcms.db that implement JPropertiesListener
 class DBEventLogManager
          This class replays the hibernate events on all the other replicas.
 

Uses of JPropertiesListener in com.jalios.jcmsplugin.bookmarks
 

Classes in com.jalios.jcmsplugin.bookmarks that implement JPropertiesListener
 class BookmarkManager
           
 

Uses of JPropertiesListener in com.jalios.jcmsplugin.dbcomment
 

Classes in com.jalios.jcmsplugin.dbcomment that implement JPropertiesListener
 class DBCommentManager
           
 

Uses of JPropertiesListener in com.jalios.jcmsplugin.qrcode
 

Classes in com.jalios.jcmsplugin.qrcode that implement JPropertiesListener
 class QRCodeManager
           
 

Uses of JPropertiesListener in com.jalios.jcmsplugin.readspeaker
 

Classes in com.jalios.jcmsplugin.readspeaker that implement JPropertiesListener
 class ReadSpeaker
           
 

Uses of JPropertiesListener in com.jalios.jcmsplugin.smiley
 

Classes in com.jalios.jcmsplugin.smiley that implement JPropertiesListener
 class SmileyWikiPolicyFilter
           
 

Uses of JPropertiesListener in com.jalios.jcmsplugin.toppublications
 

Classes in com.jalios.jcmsplugin.toppublications that implement JPropertiesListener
 class TopPublicationsManager
           
 

Uses of JPropertiesListener in com.jalios.jcmsplugin.virtualdesktop
 

Classes in com.jalios.jcmsplugin.virtualdesktop that implement JPropertiesListener
 class DesktopManager
          Singleton class used to manage all virtual desktop properties an such.
 

Uses of JPropertiesListener in com.jalios.jcmsplugin.wiki
 

Classes in com.jalios.jcmsplugin.wiki that implement JPropertiesListener
 class WikiPageManager
           
 

Uses of JPropertiesListener in com.jalios.util
 

Fields in com.jalios.util with type parameters of type JPropertiesListener
protected  Set<JPropertiesListener> JProperties.listenerSet
           
 

Methods in com.jalios.util that return types with arguments of type JPropertiesListener
protected  Set<JPropertiesListener> JProperties.getListenerSet()
          Retrieve set of all listeners for this JProperties.
 

Methods in com.jalios.util with parameters of type JPropertiesListener
 void JProperties.addPropertiesListener(JPropertiesListener l)
          Adds a listener for any change of this JProperties.
 void JProperties.removePropertiesListener(JPropertiesListener l)
          Removes a listener for any change of this JProperties.
 



Copyright © 2001-2007 Jalios SA. All Rights Reserved.