org.acm.seguin.uml.print
Class PrintSetupAdapter

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

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

Handles the print menu option

Author:
Chris Seguin

Constructor Summary
PrintSetupAdapter()
           
 
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

PrintSetupAdapter

public PrintSetupAdapter()
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