dguitar.gui.unused
Class EnableUnfinishedListener

java.lang.Object
  extended bydguitar.gui.unused.EnableUnfinishedListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

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

Author:
Mauricio Gracia G

Field Summary
(package private)  DGuitar DG
           
 
Constructor Summary
EnableUnfinishedListener(DGuitar aDG)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DG

DGuitar DG
Constructor Detail

EnableUnfinishedListener

public EnableUnfinishedListener(DGuitar aDG)
Method Detail

actionPerformed

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