|
Class Summary |
| ChangeEvent |
Abstract class for all the change events that can be fired by models. |
| CollectionAddEvent |
A "collection add" event gets delivered whenever a model adds items to a
"bound" or "constrained" collection. |
| CollectionChangeEvent |
A "collection change" event gets delivered whenever a model changes a "bound"
or "constrained" collection in a manner that is not easily characterized by
the other collection events. |
| CollectionClearEvent |
A "collection clear" event gets delivered whenever a model clears
a "bound" or "constrained" collection. |
| CollectionEvent |
A "collection" event gets delivered whenever a model changes a "bound"
or "constrained" collection. |
| CollectionRemoveEvent |
A "collection remove" event gets delivered whenever a model removes items
from a "bound" or "constrained" collection. |
| ListAddEvent |
A "list add" event gets delivered whenever a model adds items to a
"bound" or "constrained" list. |
| ListChangeEvent |
A "list change" event gets delivered whenever a model changes a "bound"
or "constrained" list in a manner that is not easily characterized by
the other list events. |
| ListClearEvent |
A "list clear" event gets delivered whenever a model clears
a "bound" or "constrained" list. |
| ListEvent |
A "list" event gets delivered whenever a model changes a "bound"
or "constrained" list. |
| ListMoveEvent |
A "list move" event gets delivered whenever a model moves the elements in
a "bound" or "constrained" list. |
| ListRemoveEvent |
A "list remove" event gets delivered whenever a model removes items
from a "bound" or "constrained" list. |
| ListReplaceEvent |
A "list replace" event gets delivered whenever a model replaces items in a
"bound" or "constrained" list. |
| PropertyChangeEvent |
A "property change" event gets delivered whenever a model changes a "bound"
or "constrained" property. |
| StateChangeEvent |
A generic "state change" event gets delivered whenever a model changes to
such extent that it cannot be delineated all aspects of it that have changed. |