com.esri.map
Interface LayerInitializeCompleteListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
LayerEventMulticaster

public interface LayerInitializeCompleteListener
extends EventListener

The listener interface for receiving layerInitializeComplete events. The class that is interested in processing a layerInitializeComplete event implements this interface, and the object created with that class is registered with a component using the component's addLayerInitializeCompleteListener method. When the layerInitializeComplete event occurs, that object's appropriate method is invoked.

See Also:
LayerInitializeCompleteEvent

Method Summary
 void layerInitializeComplete(LayerInitializeCompleteEvent e)
           
 

Method Detail

layerInitializeComplete

void layerInitializeComplete(LayerInitializeCompleteEvent e)


Copyright © 2012. All Rights Reserved.