cage
Class TargetPanel.FilePanelActionListener

java.lang.Object
  extended by cage.TargetPanel.FilePanelActionListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
TargetPanel

protected class TargetPanel.FilePanelActionListener
extends java.lang.Object
implements java.awt.event.ActionListener

A private listener class. This class is private to make sure it can only be used to listen to the textfield of this file panel.


Constructor Summary
protected TargetPanel.FilePanelActionListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TargetPanel.FilePanelActionListener

protected TargetPanel.FilePanelActionListener()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener