Uses of Interface
org.jconfig.event.CategoryListener

Packages that use CategoryListener
org.jconfig   
org.jconfig.event   
 

Uses of CategoryListener in org.jconfig
 

Classes in org.jconfig that implement CategoryListener
protected  class DefaultConfiguration.MyCategoryListener
           
 

Methods in org.jconfig with parameters of type CategoryListener
 void DefaultConfiguration.addCategoryListener(CategoryListener listener)
           
 void DefaultConfiguration.addCategoryListener(CategoryListener listener, java.lang.String categoryName)
           
 void DefaultCategory.addCategoryListener(CategoryListener listener)
          Adds the specified category listener to receive category changed events from this category.
 void DefaultCategory.removeCategoryListener(CategoryListener listener)
          Removes the specified category listener from the category change events from this category.
 void Configuration.addCategoryListener(CategoryListener listener)
           
 void Configuration.addCategoryListener(CategoryListener listener, java.lang.String categoryName)
           
 void Category.addCategoryListener(CategoryListener listener)
          Adds the specified category listener to receive category changed events from this category.
 void Category.removeCategoryListener(CategoryListener listener)
          Removes the specified category listener from the category change events from this category.
 

Uses of CategoryListener in org.jconfig.event
 

Subinterfaces of CategoryListener in org.jconfig.event
 interface ConfigurationListener
          To receive notifications when a Configuration changes one needs to implement this interface.
 



Copyright © 2001-2005 Andreas Mecky, Terry Dye. All Rights Reserved.