easik.sketch.document
Class DocInfoUI.ButtonActionListener

java.lang.Object
  extended by easik.sketch.document.DocInfoUI.ButtonActionListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
DocInfoUI

private class DocInfoUI.ButtonActionListener
extends java.lang.Object
implements java.awt.event.ActionListener

The Action listener registered to the OK and Cancel buttons

Since:
2006-07-18 Vera Ranieri
Version:
2006-07-18 Vera Ranieri
Author:
Vera Ranieri 2006

Constructor Summary
private DocInfoUI.ButtonActionListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Listens for when the 'ok' or 'cancel' button is pressed in the UI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocInfoUI.ButtonActionListener

private DocInfoUI.ButtonActionListener()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Listens for when the 'ok' or 'cancel' button is pressed in the UI

Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
e - The action event