itm / wsn-device-drivers

Drivers for Wireless Sensor Network Devices
Other
6 stars 4 forks source link

Let OperationHandle extend the ListenableFuture interface #40

Closed mlegenhausen closed 13 years ago

mlegenhausen commented 13 years ago

Cause a OperationHandle should have the whole functianlity of a Future it should extend it. ListenableFuture allows to add addional listeners besides the callback and execute them in separated threads.

danbim commented 13 years ago

+1