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