Package com.nomagic.magicdraw.ui
Interface RefreshManager.RefreshParticipant
- All Superinterfaces:
PriorityProvider,PriorityProvider
- Enclosing class:
- RefreshManager
Refresh participant
-
Field Summary
Fields inherited from interface com.nomagic.utils.PriorityProvider
HIGH_PRIORITY, LOW_PRIORITY, MEDIUM_PRIORITY -
Method Summary
Modifier and TypeMethodDescriptiondefault intReturns priority of this object.voidrefresh(Project project, ProgressStatus progressStatus)
-
Method Details
-
refresh
-
getPriority
default int getPriority()Description copied from interface:PriorityProviderReturns priority of this object.- Specified by:
getPriorityin interfacePriorityProvider- Returns:
- priority of this object.
-