Class ConcurrencyUiManager
- java.lang.Object
 - 
- com.inductiveautomation.ignition.designer.concurrency.ui.ConcurrencyUiManager
 
 
- 
public class ConcurrencyUiManager extends java.lang.ObjectIn charge of updating the various UI buttons / popups relating to tracking what other Designer sessions are doing 
- 
- 
Constructor Summary
Constructors Constructor Description ConcurrencyUiManager(DesignerResourceEditManager editManager, PendingUpdateState updateState) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetContext(DesignerContext ctx)voidshowProjectUpdate(boolean show)voidupdateSessions() 
 - 
 
- 
- 
Constructor Detail
- 
ConcurrencyUiManager
public ConcurrencyUiManager(DesignerResourceEditManager editManager, PendingUpdateState updateState)
 
 - 
 
- 
Method Detail
- 
setContext
public void setContext(DesignerContext ctx)
 
- 
updateSessions
public void updateSessions()
 
- 
showProjectUpdate
public void showProjectUpdate(boolean show)
 
 - 
 
 -