com.esri.map
Interface ProgressEventListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
JMap.LayerProgressEventListener, ProgressEventMulticaster

public interface ProgressEventListener
extends EventListener

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

See Also:
ProgressEventEvent

Method Summary
 void progress(ProgressEvent event)
           
 

Method Detail

progress

void progress(ProgressEvent event)


Copyright © 2012. All Rights Reserved.