Class StatisticDialog.URLlistener

java.lang.Object
  extended byStatisticDialog.URLlistener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
StatisticDialog

class StatisticDialog.URLlistener
extends java.lang.Object
implements java.awt.event.ActionListener


Field Summary
private  java.net.URL url
           
 
Constructor Summary
StatisticDialog.URLlistener(java.net.URL url)
           
 
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
 

Field Detail

url

private java.net.URL url
Constructor Detail

StatisticDialog.URLlistener

public StatisticDialog.URLlistener(java.net.URL url)
Method Detail

actionPerformed

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