org.acm.seguin.uml
Class SaveMenuSelection

java.lang.Object
  extended by org.acm.seguin.uml.SaveMenuSelection
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

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

Saves this panel

Author:
Chris Seguin

Constructor Summary
SaveMenuSelection(Saveable init)
          Constructor for the SaveMenuSelection object
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent evt)
          Saves this panel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SaveMenuSelection

public SaveMenuSelection(Saveable init)
Constructor for the SaveMenuSelection object

Parameters:
init - Description of Parameter
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent evt)
Saves this panel

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