org.norvelle.textcite.gui.menu
Class AuthorPopupMenu.Menu_ActionAdapter

java.lang.Object
  extended by org.norvelle.textcite.gui.menu.AuthorPopupMenu.Menu_ActionAdapter
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
AuthorPopupMenu

 class AuthorPopupMenu.Menu_ActionAdapter
extends java.lang.Object
implements java.awt.event.ActionListener


Field Summary
(package private)  int actionRequested
           
 
Constructor Summary
AuthorPopupMenu.Menu_ActionAdapter(int actionRequested)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent actionEvent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

actionRequested

int actionRequested
Constructor Detail

AuthorPopupMenu.Menu_ActionAdapter

AuthorPopupMenu.Menu_ActionAdapter(int actionRequested)
Method Detail

actionPerformed

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