public class DisplayService extends Object implements IDisplayService
| Constructor and Description |
|---|
DisplayService() |
| 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.
|
public IFuture<Void> displayResult(AreaData result)
displayResult in interface IDisplayServicepublic IFuture<Void> displayIntermediateResult(ProgressData progress)
displayIntermediateResult in interface IDisplayServicepublic ISubscriptionIntermediateFuture<Object> subscribeToDisplayUpdates(String displayid)
subscribeToDisplayUpdates in interface IDisplayServiceCopyright © 2012. All Rights Reserved.