|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.refractions.udig.catalog.objectproperty.ObjectPropertyCatalogListener
public class ObjectPropertyCatalogListener
Constructor Summary | |
---|---|
ObjectPropertyCatalogListener(java.lang.Object layer,
IGeoResource resource,
java.util.concurrent.atomic.AtomicBoolean isEvaluating,
|
Method Summary | |
---|---|
void |
changed(IResolveChangeEvent event)
Notifies this listener that some changes are happening, or have already happened. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectPropertyCatalogListener(java.lang.Object layer, IGeoResource resource, java.util.concurrent.atomic.AtomicBoolean isEvaluating,owner)
Method Detail |
---|
public void changed(IResolveChangeEvent event)
IResolveChangeListener
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();
changed
in interface IResolveChangeListener
event
- the resource change eventIResourceDelta
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |