public interface IDisplayService
| Modifier and Type | Method and Description |
|---|---|
IFuture<Void> |
displayIntermediateResult(ProgressData progress)
Display intermediate calculation results.
|
IFuture<Void> |
displayResult(AreaData result)
Display the result of a calculation.
|
ISubscriptionIntermediateFuture<Object> |
subscribeToDisplayUpdates(String displayid)
Subscribe to display events.
|
IFuture<Void> displayIntermediateResult(ProgressData progress)
ISubscriptionIntermediateFuture<Object> subscribeToDisplayUpdates(String displayid)
Copyright © 2013. All Rights Reserved.