| Package | Description |
|---|---|
| to.etc.domui.databinding | |
| to.etc.domui.databinding.observables |
| Modifier and Type | Method and Description |
|---|---|
IObservable<V,E,T> |
IChangeEvent.getSource()
The thingy that generated this event
|
IObservable<V,E,L> |
ObservableEvent.getSource() |
| Constructor and Description |
|---|
ObservableEvent(IObservable<V,E,L> source) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IObservableList<T>
This extension to the List interface describes a list that can be Observed, and which sends "updates" for
every change made to it's contents.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ObservableList<T>
A list that generates change events for it's content, and that does not allow null elements.
|
Copyright © 2017 etc.to. All rights reserved.