Class Remote.AppOptionsParserHandler

java.lang.Object
  |
  +--Remote.AppOptionsParserHandler

public class Remote.AppOptionsParserHandler
extends java.lang.Object
implements java.awt.event.ActionListener

Inner class to handle the Options->Set Robot Parser menu item.


Constructor Summary
Remote.AppOptionsParserHandler()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Handles the Options->Set Robot Parser event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Remote.AppOptionsParserHandler

public Remote.AppOptionsParserHandler()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Handles the Options->Set Robot Parser event.
Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
e - the ActionEvent fired by the Options->Set Robot Parser menu item.