org.acm.seguin.ide.common
Class UndoAdapter

java.lang.Object
  extended by org.acm.seguin.ide.common.UndoAdapter
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Direct Known Subclasses:
UndoAction

public class UndoAdapter
extends java.lang.Object
implements java.awt.event.ActionListener

General software component that can perform an undo operation

Author:
Chris Seguin

Constructor Summary
UndoAdapter()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent evt)
          When the menu item is selected, do this
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UndoAdapter

public UndoAdapter()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent evt)
When the menu item is selected, do this

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