net.refractions.udig.ui.operations
Interface IOpFilterListener


public interface IOpFilterListener

A listener that is notified when the value of the OpFilter may have changed.

Since:
1.1.0
Author:
Jesse

Method Summary
 void notifyChange(java.lang.Object changed)
          Notifies that a listener has changed.
 

Method Detail

notifyChange

void notifyChange(java.lang.Object changed)
Notifies that a listener has changed.

Parameters:
changed - the object that has changed and whose cache must be emptied.