Class ReSyncViewsMsg
- java.lang.Object
 - 
- com.inductiveautomation.perspective.gateway.messages.lifecycle.ReSyncViewsMsg
 
 
- 
public class ReSyncViewsMsg extends java.lang.ObjectSent by the frontend when a page reconnects the websocket to an existing PageModel 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description classReSyncViewsMsg.RunningViewInfo 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPROTOCOLjava.util.List<ReSyncViewsMsg.RunningViewInfo>views 
- 
Constructor Summary
Constructors Constructor Description ReSyncViewsMsg() 
 - 
 
- 
- 
Field Detail
- 
PROTOCOL
public static final java.lang.String PROTOCOL
- See Also:
 - Constant Field Values
 
 
- 
views
public java.util.List<ReSyncViewsMsg.RunningViewInfo> views
 
 - 
 
 -