com.virtuosotechnologies.lib.container
Interface PropertySetListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
AbstractBuilderNode

public interface PropertySetListener
extends EventListener

A listener for when changes are made to a PropertySet


Field Summary
static Method PROPERTYSET_CHANGED_METHOD
          Method object referring to the propertyChanged method
 
Method Summary
 void propertySetChanged(PropertySetEvent ev)
          Property in a property set was changed.
 

Field Detail

PROPERTYSET_CHANGED_METHOD

public static final Method PROPERTYSET_CHANGED_METHOD
Method object referring to the propertyChanged method

Method Detail

propertySetChanged

public void propertySetChanged(PropertySetEvent ev)
Property in a property set was changed.

Parameters:
ev - more information about the event