| Package | Description |
|---|---|
| org.bimserver.shared.interfaces | |
| org.bimserver.shared.interfaces.async |
| Modifier and Type | Method and Description |
|---|---|
SLongActionState |
NotificationRegistryInterface.getProgress(Long topicId) |
SLongActionState |
NotificationRegistryInterfaceAdaptor.getProgress(Long topicId) |
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationInterface.progress(Long topicId,
SLongActionState state)
Called when new progress is available on a topic
|
void |
NotificationInterfaceAdaptor.progress(Long topicId,
SLongActionState state) |
void |
NotificationRegistryInterface.updateProgressTopic(Long topicId,
SLongActionState state)
Update the progress information on the given topic
|
void |
NotificationRegistryInterfaceAdaptor.updateProgressTopic(Long topicId,
SLongActionState state) |
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncNotificationInterface.progress(Long topicId,
SLongActionState state,
AsyncNotificationInterface.ProgressCallback callback) |
void |
AsyncNotificationRegistryInterface.GetProgressCallback.success(SLongActionState result) |
void |
AsyncRegistryInterface.GetProgressCallback.success(SLongActionState result) |
void |
AsyncNotificationRegistryInterface.updateProgressTopic(Long topicId,
SLongActionState state,
AsyncNotificationRegistryInterface.UpdateProgressTopicCallback callback) |
void |
AsyncRegistryInterface.updateProgressTopic(Long topicId,
SLongActionState state,
AsyncRegistryInterface.UpdateProgressTopicCallback callback) |
Copyright © 2018 OpenSource BIM. All rights reserved.