edu.hawaii.ics.yucheng
Class SpanningTreeApplet.DownloadButtonDelegate

java.lang.Object
  extended by edu.hawaii.ics.yucheng.SpanningTreeApplet.DownloadButtonDelegate
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
SpanningTreeApplet

 class SpanningTreeApplet.DownloadButtonDelegate
extends java.lang.Object
implements java.awt.event.ActionListener

A simple class that handles action on the download button.


Constructor Summary
SpanningTreeApplet.DownloadButtonDelegate()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
          Executes when the download button is clicked.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpanningTreeApplet.DownloadButtonDelegate

SpanningTreeApplet.DownloadButtonDelegate()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent event)
Executes when the download button is clicked.

Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
event - The action event (not used)