net.refractions.udig.project
Interface ILayerListener


public interface ILayerListener

Listens to changes on this layer.

This method is similar, but not identical to adding an "adapter" the the layer. The only reason this may not be identical is the presense of LayerDecorator, when working with a wrapped layer changes that take place only on the decorator will not be available via EMF adapaters.

Responsibilities:

Since:
0.9.0
Author:
Jody Garnett

Method Summary
 void refresh(LayerEvent event)
          Called after a layer modification takes place.
 

Method Detail

refresh

void refresh(LayerEvent event)
Called after a layer modification takes place.

The provided LayerEvent contains some details on the modification.

Parameters:
event -