All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
void |
closedProgressOnProjectTopic(Long poid,
Long topicId,
AsyncNotificationInterface.ClosedProgressOnProjectTopicCallback callback) |
void |
closedProgressOnRevisionTopic(Long poid,
Long roid,
Long topicId,
AsyncNotificationInterface.ClosedProgressOnRevisionTopicCallback callback) |
void |
closedProgressOnServerTopic(Long topicId,
AsyncNotificationInterface.ClosedProgressOnServerTopicCallback callback) |
void |
newExtendedData(Long roid,
Long edid,
AsyncNotificationInterface.NewExtendedDataCallback callback) |
void |
newProgressOnProjectTopic(Long poid,
Long topicId,
AsyncNotificationInterface.NewProgressOnProjectTopicCallback callback) |
void |
newProgressOnRevisionTopic(Long poid,
Long roid,
Long topicId,
AsyncNotificationInterface.NewProgressOnRevisionTopicCallback callback) |
void |
newProgressOnServerTopic(Long topicId,
AsyncNotificationInterface.NewProgressOnServerTopicCallback callback) |
void |
newProgressTopic(Long topicId,
AsyncNotificationInterface.NewProgressTopicCallback callback) |
void |
newProject(Long poid,
AsyncNotificationInterface.NewProjectCallback callback) |
void |
newRevision(Long poid,
Long roid,
AsyncNotificationInterface.NewRevisionCallback callback) |
void |
newUser(Long uoid,
AsyncNotificationInterface.NewUserCallback callback) |
void |
progress(Long topicId,
SLongActionState state,
AsyncNotificationInterface.ProgressCallback callback) |