public class AsyncRegistryInterface extends Object
| Constructor and Description |
|---|
AsyncRegistryInterface(Bimsie1NotificationRegistryInterface syncService,
ExecutorService executorService) |
public AsyncRegistryInterface(Bimsie1NotificationRegistryInterface syncService, ExecutorService executorService)
public void getProgress(Long topicId, AsyncRegistryInterface.GetProgressCallback callback)
public void getProgressTopicsOnProject(Long poid, AsyncRegistryInterface.GetProgressTopicsOnProjectCallback callback)
public void getProgressTopicsOnRevision(Long poid, Long roid, AsyncRegistryInterface.GetProgressTopicsOnRevisionCallback callback)
public void getProgressTopicsOnServer(AsyncRegistryInterface.GetProgressTopicsOnServerCallback callback)
public void registerChangeProgressOnProject(Long endPointId, Long poid, AsyncRegistryInterface.RegisterChangeProgressOnProjectCallback callback)
public void registerChangeProgressOnRevision(Long endPointId, Long roid, Long poid, AsyncRegistryInterface.RegisterChangeProgressOnRevisionCallback callback)
public void registerChangeProgressOnServer(Long endPointId, AsyncRegistryInterface.RegisterChangeProgressOnServerCallback callback)
public void registerNewProjectHandler(Long endPointId, AsyncRegistryInterface.RegisterNewProjectHandlerCallback callback)
public void registerNewRevisionOnSpecificProjectHandler(Long endPointId, Long poid, AsyncRegistryInterface.RegisterNewRevisionOnSpecificProjectHandlerCallback callback)
public void registerNewUserHandler(Long endPointId, AsyncRegistryInterface.RegisterNewUserHandlerCallback callback)
public void registerProgressHandler(Long topicId, Long endPointId, AsyncRegistryInterface.RegisterProgressHandlerCallback callback)
public void registerProgressOnProjectTopic(SProgressTopicType type, Long poid, String description, AsyncRegistryInterface.RegisterProgressOnProjectTopicCallback callback)
public void registerProgressOnRevisionTopic(SProgressTopicType type, Long poid, Long roid, String description, AsyncRegistryInterface.RegisterProgressOnRevisionTopicCallback callback)
public void registerProgressTopic(SProgressTopicType type, String description, AsyncRegistryInterface.RegisterProgressTopicCallback callback)
public void unregisterChangeProgressOnProject(Long endPointId, Long poid, AsyncRegistryInterface.UnregisterChangeProgressOnProjectCallback callback)
public void unregisterChangeProgressOnRevision(Long endPointId, Long roid, Long poid, AsyncRegistryInterface.UnregisterChangeProgressOnRevisionCallback callback)
public void unregisterChangeProgressOnServer(Long endPointId, AsyncRegistryInterface.UnregisterChangeProgressOnServerCallback callback)
public void unregisterNewProjectHandler(Long endPointId, AsyncRegistryInterface.UnregisterNewProjectHandlerCallback callback)
public void unregisterNewRevisionOnSpecificProjectHandler(Long endPointId, Long poid, AsyncRegistryInterface.UnregisterNewRevisionOnSpecificProjectHandlerCallback callback)
public void unregisterNewUserHandler(Long endPointId, AsyncRegistryInterface.UnregisterNewUserHandlerCallback callback)
public void unregisterProgressHandler(Long topicId, Long endPointId, AsyncRegistryInterface.UnregisterProgressHandlerCallback callback)
public void unregisterProgressTopic(Long topicId, AsyncRegistryInterface.UnregisterProgressTopicCallback callback)
public void updateProgressTopic(Long topicId, SLongActionState state, AsyncRegistryInterface.UpdateProgressTopicCallback callback)
Copyright © 2016 OpenSource BIM. All rights reserved.