public class AsyncNewServicesInterface extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
AsyncNewServicesInterface.ListAllServiceDescriptorsCallback |
static interface |
AsyncNewServicesInterface.ListAvailableOutputFormatsCallback |
| Constructor and Description |
|---|
AsyncNewServicesInterface(NewServicesInterface syncService,
ExecutorService executorService) |
| Modifier and Type | Method and Description |
|---|---|
void |
listAllServiceDescriptors(AsyncNewServicesInterface.ListAllServiceDescriptorsCallback callback) |
void |
listAvailableOutputFormats(Long poid,
AsyncNewServicesInterface.ListAvailableOutputFormatsCallback callback) |
public AsyncNewServicesInterface(NewServicesInterface syncService, ExecutorService executorService)
public void listAllServiceDescriptors(AsyncNewServicesInterface.ListAllServiceDescriptorsCallback callback)
public void listAvailableOutputFormats(Long poid, AsyncNewServicesInterface.ListAvailableOutputFormatsCallback callback)
Copyright © 2018 OpenSource BIM. All rights reserved.