jadex.swing
Class ClassViewController.CancellAction

java.lang.Object
  |
  +--jadex.swing.ClassViewController.CancellAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
ClassViewController

protected class ClassViewController.CancellAction
extends java.lang.Object
implements java.awt.event.ActionListener


Constructor Summary
protected ClassViewController.CancellAction()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Invoked when an action occurs.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassViewController.CancellAction

protected ClassViewController.CancellAction()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Description copied from interface: java.awt.event.ActionListener
Invoked when an action occurs.
Specified by:
actionPerformed in interface java.awt.event.ActionListener