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

Quick Search    Search Deep

com.yaftp.utils
Class _REMOVE_PRESSED_  view _REMOVE_PRESSED_ download _REMOVE_PRESSED_.java

java.lang.Object
  extended bycom.yaftp.utils._REMOVE_PRESSED_
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

class _REMOVE_PRESSED_
extends java.lang.Object
implements java.awt.event.ActionListener


Field Summary
private  SwingMessageArea _message
           
 
Constructor Summary
_REMOVE_PRESSED_(SwingMessageArea message)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          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
 

Field Detail

_message

private SwingMessageArea _message
Constructor Detail

_REMOVE_PRESSED_

public _REMOVE_PRESSED_(SwingMessageArea message)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
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