org.norvelle.textcite.gui.dialog
Class AuthorDialog.Button_ActionAdapter

java.lang.Object
  extended by org.norvelle.textcite.gui.dialog.AuthorDialog.Button_ActionAdapter
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
AuthorDialog

 class AuthorDialog.Button_ActionAdapter
extends java.lang.Object
implements java.awt.event.ActionListener


Field Summary
(package private)  int actionRequested
           
(package private)  AuthorDialog adaptee
           
 
Constructor Summary
AuthorDialog.Button_ActionAdapter(AuthorDialog adaptee, 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

adaptee

AuthorDialog adaptee

actionRequested

int actionRequested
Constructor Detail

AuthorDialog.Button_ActionAdapter

AuthorDialog.Button_ActionAdapter(AuthorDialog adaptee,
                                  int actionRequested)
Method Detail

actionPerformed

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