com.frinika.sequencer.gui.pianoroll
Class ItemPanelMultiEventListener

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

public class ItemPanelMultiEventListener
extends java.lang.Object
implements SelectionListener<MultiEvent>


Constructor Summary
ItemPanelMultiEventListener(ItemPanel pianoRoll)
           
 
Method Summary
 void selectionChanged(SelectionContainer<? extends MultiEvent> 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

ItemPanelMultiEventListener

public ItemPanelMultiEventListener(ItemPanel pianoRoll)
Method Detail

selectionChanged

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

Specified by:
selectionChanged in interface SelectionListener<MultiEvent>