Package com.nomagic.magicdraw.ui
Class RefreshManager
java.lang.Object
com.nomagic.magicdraw.ui.RefreshManager
Singleton class for registering
RefreshManager.RefreshParticipant.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceRefresh participant -
Method Summary
Modifier and TypeMethodDescriptionfinal voidaddRefreshParticipant(RefreshManager.RefreshParticipant participant) Register participantstatic RefreshManagervoidrefresh(Project project, ProgressStatus progressStatus) Call refresh for all registered participantsfinal voidRemove 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
-