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