com.algosome.common.event
Interface ContiguousSelectionListener


public interface ContiguousSelectionListener

Listener notified of changes to the underlying selection model. The underlying model is linear and indexed by integers. Selections are contiguous

Author:
Greg Cope

Method Summary
 void selectionChanged(ContiguousSelectionEvent e)
          Called when the underlying selection has changed.
 

Method Detail

selectionChanged

void selectionChanged(ContiguousSelectionEvent e)
Called when the underlying selection has changed.

Parameters:
e -