com.frinika.sequencer.gui.selection
Interface SelectionListener<T extends Selectable>

All Known Implementing Classes:
ItemPanelMultiEventListener, ItemPanelPartListener, MidiSelection, MidiStepRecordActionDialog, MultiEventEditPanel, NotationPanel, PadPanel, PartView, PianoControllerSplitPane, TrackerPanel, VoicePartViewSplitPane

public interface SelectionListener<T extends Selectable>


Method Summary
 void selectionChanged(SelectionContainer<? extends T> src)
          Notify observers that the slection has changed.
 

Method Detail

selectionChanged

void selectionChanged(SelectionContainer<? extends T> src)
Notify observers that the slection has changed.

Parameters:
src -