org.jconfig.event
Interface ConfigurationChangedEvent

All Superinterfaces:
CategoryChangedEvent, PropertyChangedEvent
All Known Implementing Classes:
ConfigurationChangedEventImpl

public interface ConfigurationChangedEvent
extends CategoryChangedEvent

If a Property or Category changes during runtime, this Event will be delivered.

Since:
2.2
Author:
Andreas Mecky , Terry Dye

Fields inherited from interface org.jconfig.event.PropertyChangedEvent
CATEGORY_ADDED, CATEGORY_CHANGED, CATEGORY_REMOVED, PROPERTY_ADDED, PROPERTY_CHANGED, PROPERTY_REMOVED
 
Methods inherited from interface org.jconfig.event.CategoryChangedEvent
getCategory
 
Methods inherited from interface org.jconfig.event.PropertyChangedEvent
getEventType, getNewValue, getOldValue, getPropertyName
 



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