T
- type of the targetE
- type of the observable constructed by this factory; this type must
extend or implement IObservable@FunctionalInterface public interface IObservableFactory<T,E extends IObservable>
IObservable
when passed a target instance.Modifier and Type | Method and Description |
---|---|
E |
createObservable(T target)
Creates an observable for the given target object.
|
Copyright (c) 2000, 2016 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.