org.geotools.map.event
Interface MapLayerListener

All Superinterfaces:
EventListener

public interface MapLayerListener
extends EventListener

The listener that's notified when some layer property changes.

Author:
Andrea Aime
See Also:
MapLayer, MapLayerEvent
Module:

Method Summary
 void layerChanged(MapLayerEvent event)
          Invoked when some property of this layer has changed.
 void layerHidden(MapLayerEvent event)
          nvoked when the component has been made invisible.
 void layerShown(MapLayerEvent event)
          Invoked when the component has been made visible.
 

Method Detail

layerChanged

void layerChanged(MapLayerEvent event)
Invoked when some property of this layer has changed. May be data, style, title, visibility.

Parameters:
event - encapsulating the event information

layerShown

void layerShown(MapLayerEvent event)
Invoked when the component has been made visible.

Parameters:
event - encapsulating the event information

layerHidden

void layerHidden(MapLayerEvent event)
nvoked when the component has been made invisible.

Parameters:
event - encapsulating the event information


Copyright © 1996-2009 Geotools. All Rights Reserved.