net.aerith.misao.toolkit.AgentDesktop
Class AgentCommonSettingDialog.BrowsePackageListener

java.lang.Object
  |
  +--net.aerith.misao.toolkit.AgentDesktop.AgentCommonSettingDialog.BrowsePackageListener
Enclosing class:
AgentCommonSettingDialog

protected class AgentCommonSettingDialog.BrowsePackageListener
extends java.lang.Object
implements java.awt.event.ActionListener

The BrowsePackageListener is a listener class of button push to open a file chooser dialog to search catalog file or directory.


Constructor Summary
protected AgentCommonSettingDialog.BrowsePackageListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Invoked when one of the radio button menus is selected.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

AgentCommonSettingDialog.BrowsePackageListener

protected AgentCommonSettingDialog.BrowsePackageListener()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Invoked when one of the radio button menus is selected.
Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
e - contains the selected menu item.