jp.clickjapan.AutoReporter
Class GUI.ClickSendReportButton

java.lang.Object
  extended by jp.clickjapan.AutoReporter.GUI.ClickSendReportButton
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
GUI

public class GUI.ClickSendReportButton
extends java.lang.Object
implements java.awt.event.ActionListener

リポート送信ボタン


Constructor Summary
GUI.ClickSendReportButton(GUI gui)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent ae)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GUI.ClickSendReportButton

public GUI.ClickSendReportButton(GUI gui)
Method Detail

actionPerformed

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