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

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

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


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

BookDialog adaptee

actionRequested

int actionRequested
Constructor Detail

BookDialog.Button_ActionAdapter

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

actionPerformed

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