com.frinika.sequencer.gui.pianoroll
Class ItemPanelPartListener

java.lang.Object
  extended by com.frinika.sequencer.gui.pianoroll.ItemPanelPartListener
All Implemented Interfaces:
SelectionListener<Part>

public class ItemPanelPartListener
extends java.lang.Object
implements SelectionListener<Part>

Simple implementation that reconstructs all items.

Author:
pjl

Constructor Summary
ItemPanelPartListener(ItemPanel pianoRoll)
           
 
Method Summary
 void selectionChanged(SelectionContainer<? extends Part> src)
          Notify observers that the slection has changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemPanelPartListener

public ItemPanelPartListener(ItemPanel pianoRoll)
Method Detail

selectionChanged

public void selectionChanged(SelectionContainer<? extends Part> src)
Description copied from interface: SelectionListener
Notify observers that the slection has changed.

Specified by:
selectionChanged in interface SelectionListener<Part>