org.geotools.catalog
Interface ResolveChangeListener

All Superinterfaces:
java.util.EventListener

public interface ResolveChangeListener
extends java.util.EventListener

Allows client code to notice catalog changes.

You can use various visitors to explore the changes

Since:
0.6
Author:
David Zwiers, Refractions Research

Method Summary
 void changed(ResolveChangeEvent event)
          Notifies this listener that some changes are happening, or have already happened.
 

Method Detail

changed

public void changed(ResolveChangeEvent event)
Notifies this listener that some changes are happening, or have already happened.

The supplied event gives details. This event object (and the resource delta within it) is valid only for the duration of the invocation of this method.

Note that during resource change event notification, further changes to resources may be disallowed.

Note that this method is not guaranteed to execute in the UI thread, so UI work must be performed with Display.getDefault().asyncExec();

Parameters:
event - the resource change event
See Also:
IResourceDelta


Copyright © GeoTools. All Rights Reserved.