com.esri.client.local
Interface LocalServiceResponseListener

All Superinterfaces:
EventListener

public interface LocalServiceResponseListener
extends EventListener

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

See Also:
LocalServiceResponseEvent



Copyright © 2012. All Rights Reserved.