visidia.misc.property
Interface PropertyTableViewerChangeListener

All Superinterfaces:
java.util.EventListener

public interface PropertyTableViewerChangeListener
extends java.util.EventListener

The listener interface for receiving propertyTableViewerChange events. The class that is interested in processing a propertyTableViewerChange event implements this interface, and the object created with that class is registered with a component using the component's addPropertyTableViewerChangeListener method. When the propertyTableViewerChange event occurs, that object's appropriate method is invoked.


Method Summary
 void updated()
          Updated.
 

Method Detail

updated

void updated()
Updated.