org.acm.seguin.uml.print
Class PrintAdapter

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

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

Handles the print menu option

Author:
Chris Seguin

Constructor Summary
PrintAdapter(UMLPackage panel)
          Constructor for the PrintAdapter object
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent ev)
          The action performed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintAdapter

public PrintAdapter(UMLPackage panel)
Constructor for the PrintAdapter object

Parameters:
panel - the current package
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent ev)
The action performed

Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
ev - the action event