edu.hawaii.ics.yucheng
Class SpanningTreeApplet.RandomizeButtonDelegate

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

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

A simple class that handles action on the randomize button.


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

Constructor Detail

SpanningTreeApplet.RandomizeButtonDelegate

SpanningTreeApplet.RandomizeButtonDelegate()
Method Detail

actionPerformed

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

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