com.nutiteq.services
Interface Service

All Known Subinterfaces:
DirectionsService
All Known Implementing Classes:
CloudMadeDirections, CloudMadeGeocodingService, GeocodingService, OpenLSDirections, YourNavigationDirections

public interface Service

Interface for generic service


Method Summary
 void cancel()
          Cancel service execution
 void execute()
          Performe service action
 

Method Detail

execute

void execute()
Performe service action


cancel

void cancel()
Cancel service execution