Package com.nomagic.magicdraw.ui
Class RefreshManager
java.lang.Object
com.nomagic.magicdraw.ui.RefreshManager
Singleton class for registering
RefreshManager.RefreshParticipant
.-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
Refresh participant -
Method Summary
Modifier and TypeMethodDescriptionfinal void
addRefreshParticipant
(RefreshManager.RefreshParticipant participant) Register participantstatic RefreshManager
void
refresh
(Project project, ProgressStatus progressStatus) Call refresh for all registered participantsfinal void
Remove participant
-
Method Details
-
getInstance
-
addRefreshParticipant
Register participant- Parameters:
participant
- participant
-
removeRefreshParticipant
Remove participant- Parameters:
participant
- participant
-
refresh
Call refresh for all registered participants- Parameters:
project
- projectprogressStatus
- progress status
-