atg.repository
Interface PropertiesChangedListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
PriceListManager

public interface PropertiesChangedListener
extends java.util.EventListener

Classes implement this interface when they want to be notified of a PropertiesChangedEvent when a set of properties in an item descriptor have been updated.


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Method Summary
 void propertiesChanged(PropertiesChangedEvent pEvent)
           
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Method Detail

propertiesChanged

void propertiesChanged(PropertiesChangedEvent pEvent)