org.jconfig.event
Interface PropertyListener
- All Superinterfaces:
- java.util.EventListener
- All Known Subinterfaces:
- CategoryListener, ConfigurationListener
- All Known Implementing Classes:
- DefaultConfiguration.MyCategoryListener
- public interface PropertyListener
- extends java.util.EventListener
A PropertyListener is useful, if you're need to be
notified whenever a property is changed. Perhaps you
want to log all changes to a log file. Implement the
propertyChanged method.
- Author:
- Andreas Mecky , Terry Dye
propertyChanged
public void propertyChanged(PropertyChangedEvent e)
- Method propertyChanged.
- Parameters:
e
-
Copyright © 2001-2005 Andreas Mecky, Terry Dye. All Rights Reserved.