blob: d810268f08b1e95ba0cc02e612647cea8296d403 [file] [log] [blame]
// Copyright 2015 The Vanadium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package io.v.baku.toolkit.bind;
import rx.Subscription;
public interface RangeAdapter extends AutoCloseable {
Subscription getSubscription();
}