org.acm.seguin.ide.cafe
Class ReloadActionAdapter

java.lang.Object
  extended by org.acm.seguin.ide.cafe.ReloadActionAdapter
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

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

Reloads class diagrams for Visual Cafe

Author:
Chris Seguin

Constructor Summary
ReloadActionAdapter()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent evt)
          The reload action
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReloadActionAdapter

public ReloadActionAdapter()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent evt)
The reload action

Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
evt - the action that occurred