net.refractions.udig.project
Interface IMapCompositionListener


public interface IMapCompositionListener

A listener interested in being notified of when the layers in a map are changed. Events are fired when the layers of the Map change: added, removed or reordered.

Since:
1.1.0
Author:
Jesse

Method Summary
 void changed(MapCompositionEvent event)
          Called when an event occurs.
 

Method Detail

changed

void changed(MapCompositionEvent event)
Called when an event occurs.

Parameters:
event - The event.