Package com.algosome.common.event

Interface Summary
ContiguousSelectionListener Listener notified of changes to the underlying selection model.
ErrorHandler Handles a particular error.
IndexSelectionListener Listener notified when an underlying selection has changed.
IndexSelectionModel Model for selections of a single or multiple (discontiguous) indexes.
Selectable Defines an Object or its contents are selectable.
Selection Defines an object that has a selection start and end.
 

Class Summary
ContiguousSelectionEvent Defines an event that specifies a selection change in a linear, contiguous array.
IndexSelectionEvent  
IndexSelectionModelImpl Implementation of the IndexSelectionModel interface.
SelectableImpl Basic implementation of the Selectable interface.
SelectionImpl Implementation of the Selection interface