Interface ProgressManager
- 
- All Known Subinterfaces:
- GatewayProgressManager
 - All Known Implementing Classes:
- ClientProgressManager
 
 public interface ProgressManagerThe idea of progress tracking has multiple facets, namely:
 - Designer tasks
- Designer/Gateway communciation tasks
 The way that progress works is very different for the gateway vs. the designer/client, so this common interface is only used to share constants between them. For more information on each system, see ClientProgressManager and GatewayProgressManager. 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringPUSH_PROTOCOL_UPDATE
 
- 
- 
- 
Field Detail- 
PUSH_PROTOCOL_UPDATEstatic final java.lang.String PUSH_PROTOCOL_UPDATE - See Also:
- Constant Field Values
 
 
- 
 
-