org.jconfig.event
Interface CategoryChangedEvent

All Superinterfaces:
PropertyChangedEvent
All Known Subinterfaces:
ConfigurationChangedEvent

public interface CategoryChangedEvent
extends PropertyChangedEvent

Whenever a Category changes, 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
 
Method Summary
 Category getCategory()
          The name of the Category
 
Methods inherited from interface org.jconfig.event.PropertyChangedEvent
getEventType, getNewValue, getOldValue, getPropertyName
 

Method Detail

getCategory

public Category getCategory()
The name of the Category
Returns:
The Category's name


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