Interface ProgressManager

  • All Known Subinterfaces:
    GatewayProgressManager
    All Known Implementing Classes:
    ClientProgressManager

    public interface ProgressManager
    The 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 Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String PUSH_PROTOCOL_UPDATE  
    • Field Detail

      • PUSH_PROTOCOL_UPDATE

        static final java.lang.String PUSH_PROTOCOL_UPDATE
        See Also:
        Constant Field Values