vae_SpecificBoxes
Class VAE_Note.NoteAL

java.lang.Object
  extended by vae_SpecificBoxes.VAE_Note.NoteAL
All Implemented Interfaces:
java.awt.event.ActionListener, java.io.Serializable, java.util.EventListener
Enclosing class:
VAE_Note

 class VAE_Note.NoteAL
extends java.lang.Object
implements java.awt.event.ActionListener, java.io.Serializable


Field Summary
(package private)  VAE_Note note
           
 
Constructor Summary
VAE_Note.NoteAL(VAE_Note b)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

note

VAE_Note note
Constructor Detail

VAE_Note.NoteAL

public VAE_Note.NoteAL(VAE_Note b)
Method Detail

actionPerformed

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