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