Class DesignerConcurrencyMessage
java.lang.Object
com.inductiveautomation.ignition.designer.concurrency.DesignerConcurrencyMessage
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringA project update is available after a Designer has modified resourcesstatic final StringA Designer session has closed or there has been a project changestatic final StringResources have changed for a particular session and projectstatic final StringA Designer session has been created or a previous one has reconnected to the GW.
- 
Method SummaryModifier and TypeMethodDescriptionstatic StringfromResources(List<ResourceSession> sessions) static List<ResourceSession>toResources(String json) 
- 
Field Details- 
SYNCA Designer session has been created or a previous one has reconnected to the GW. It needs to communicate all of its open resources as well as needs to be given an update on other Designers.- See Also:
 
- 
SESSION_UPDATEResources have changed for a particular session and project- See Also:
 
- 
REMOVEA Designer session has closed or there has been a project change- See Also:
 
- 
PROJECT_UPDATEA project update is available after a Designer has modified resources- See Also:
 
 
- 
- 
Method Details- 
toResources- Returns:
- a list of ResourceSessions to replace the Designer's current view of resources opened in other Designers
 
- 
fromResources- Returns:
- see update-message.json
 
 
-