Interface IGenericMapServer
- All Known Subinterfaces:
 IMapServerAsync
- All Known Implementing Classes:
 MapServer
public interface IGenericMapServer
Methods to be implemented by a generic Map Server.
- 
Method Summary
Modifier and TypeMethodDescriptionvoidsetSubscriptionService(boolean subscriptionService) Configure Map Server to notify mapping subscribers on mapping updates. 
- 
Method Details
- 
setSubscriptionService
void setSubscriptionService(boolean subscriptionService) Configure Map Server to notify mapping subscribers on mapping updates.- Parameters:
 subscriptionService- Set subscription service
 
 -