org.game.JVirus
Class JVirusPanel.MusicActionListener

java.lang.Object
  |
  +--org.game.JVirus.JVirusPanel.MusicActionListener
All Implemented Interfaces:
java.awt.event.ActionListener, javax.swing.event.ChangeListener, java.util.EventListener
Enclosing class:
JVirusPanel

protected class JVirusPanel.MusicActionListener
extends java.lang.Object
implements java.awt.event.ActionListener, javax.swing.event.ChangeListener

menu listener for music menu events (1-9 or music on/of)


Constructor Summary
protected JVirusPanel.MusicActionListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void stateChanged(javax.swing.event.ChangeEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JVirusPanel.MusicActionListener

protected JVirusPanel.MusicActionListener()
Method Detail

actionPerformed

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

stateChanged

public void stateChanged(javax.swing.event.ChangeEvent e)
Specified by:
stateChanged in interface javax.swing.event.ChangeListener