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 int
Returns priority of this object.void
refresh
(Project project, ProgressStatus progressStatus)
-
Method Details
-
refresh
-
getPriority
default int getPriority()Description copied from interface:PriorityProvider
Returns priority of this object.- Specified by:
getPriority
in interfacePriorityProvider
- Returns:
- priority of this object.
-