com.esri.client.local
Interface LocalServiceStopCompleteListener
- All Superinterfaces:
- EventListener
- All Known Implementing Classes:
- LocalServiceEventMulticaster
public interface LocalServiceStopCompleteListener
- extends EventListener
The listener interface for receiving localServiceStopComplete events. A
class that is interested in processing a localServiceStopComplete event
implements this interface, and an object instance of the class is registered
with a LocalService
using the service's LocalService#addLocalServiceStopCompleteListener()
method. When
the localServiceStopComplete event fires, that object's appropriate
method is invoked.
localServiceStopComplete
void localServiceStopComplete(LocalServiceStopCompleteEvent e)
Copyright © 2012. All Rights Reserved.