com.frinika.sequencer.gui.pianoroll
Class AudioFeedBack

java.lang.Object
  extended by com.frinika.sequencer.gui.pianoroll.AudioFeedBack
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class AudioFeedBack
extends java.lang.Object
implements java.awt.event.ActionListener


Constructor Summary
AudioFeedBack(ProjectContainer project)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent arg0)
           
 void off()
           
 void on()
           
 void select(NoteEvent ev)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AudioFeedBack

public AudioFeedBack(ProjectContainer project)
Method Detail

select

public void select(NoteEvent ev)

on

public void on()

off

public void off()

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent arg0)
Specified by:
actionPerformed in interface java.awt.event.ActionListener