Class AssimHandler

java.lang.Object
  extended by AssimHandler
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class AssimHandler
extends java.lang.Object
implements java.awt.event.ActionListener

Creates a popup dialog box with a GUI for configuring assimilation options.

Version:
1.0 (August 2007)
Author:
Mark S. Ghiorso, OFM-Research Inc.

Constructor Summary
AssimHandler(rock.dRock rockRef)
          Class initializer.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Called to display assimilant dialog box.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssimHandler

public AssimHandler(rock.dRock rockRef)
Class initializer.

Parameters:
rockRef - Reference to an instance of a server-side rock object.
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Called to display assimilant dialog box.

Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
e - Action event that triggered display.