org.jconfig.event
Interface CategoryListener

All Superinterfaces:
java.util.EventListener, PropertyListener
All Known Subinterfaces:
ConfigurationListener
All Known Implementing Classes:
DefaultConfiguration.MyCategoryListener

public interface CategoryListener
extends PropertyListener

A useful Listener if you want to be notified whenever the Category has changed.

Author:
Andreas Mecky , Terry Dye

Method Summary
 void categoryChanged(CategoryChangedEvent event)
          Called whenever the Category has changed.
 
Methods inherited from interface org.jconfig.event.PropertyListener
propertyChanged
 

Method Detail

categoryChanged

public void categoryChanged(CategoryChangedEvent event)
Called whenever the Category has changed.

Parameters:
event - The Event


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