Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jempeg.empeg.emplode.dialog
Class AbstractPropertiesDialog.CancelListener  view AbstractPropertiesDialog.CancelListener download AbstractPropertiesDialog.CancelListener.java

java.lang.Object
  extended byorg.jempeg.empeg.emplode.dialog.AbstractPropertiesDialog.CancelListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
AbstractPropertiesDialog

protected class AbstractPropertiesDialog.CancelListener
extends java.lang.Object
implements java.awt.event.ActionListener


Constructor Summary
protected AbstractPropertiesDialog.CancelListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent _event)
          This method is 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

AbstractPropertiesDialog.CancelListener

protected AbstractPropertiesDialog.CancelListener()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent _event)
Description copied from interface: java.awt.event.ActionListener
This method is invoked when an action occurs.

Specified by:
actionPerformed in interface java.awt.event.ActionListener