Interface IDisplayService

  • All Known Implementing Classes:
    DisplayService

    public interface IDisplayService
    Service for displaying the result of a calculation.
    • Method Detail

      • displayResult

        IFuture<java.lang.Void> displayResult​(AreaData result)
        Display the result of a calculation.
      • displayIntermediateResult

        IFuture<java.lang.Void> displayIntermediateResult​(ProgressData progress)
        Display intermediate calculation results.
      • subscribeToDisplayUpdates

        ISubscriptionIntermediateFuture<java.lang.Object> subscribeToDisplayUpdates​(java.lang.String displayid)
        Subscribe to display events.