| Interface | Description |
|---|---|
| EventTransactionable<E> | |
| IListEventAssembler<E> | |
| ListEventListener<E> |
Listens and responds to changes in a dynamic list of objects.
|
| ListEventPublisher |
Define a strategy for managing dependencies in the observer pattern.
|
| TransactionEventAssembler.UndoRedoSupport.Edit |
Provides an easy interface to undo/redo a ListEvent in its entirety.
|
| TransactionEventAssembler.UndoRedoSupport.Listener |
Implementations of this Listener interface should be registered with an UndoRedoSupport object via
TransactionEventAssembler.UndoRedoSupport.addUndoSupportListener(ca.odell.glazedlists.event.TransactionEventAssembler.UndoRedoSupport.Listener). |
| Class | Description |
|---|---|
| ListEvent<E> |
A ListEvent models a sequence of changes to an
EventList. |
| ListEventAssembler<E> |
Models a continuous stream of changes on a list.
|
| ObjectChange<T> | |
| TransactionEventAssembler<E> | |
| TransactionEventAssembler.UndoRedoSupport<E> |
UndoRedoSupport, as the name suggests, will provide generic support for undoing and redoing groups of changes to an
EventList. |
Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by swimmesberger at Mon Feb 25 11:02:37 CET 2019