gov.virginia.dcjs.jini
Class Administrator

java.lang.Object
  extended bygov.virginia.dcjs.jini.Administrator
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

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


Constructor Summary
Administrator()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
          Handle the menu events.
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Administrator

public Administrator()
Method Detail

main

public static void main(java.lang.String[] args)

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent event)
Handle the menu events. * @param event User generated event from menu.

Specified by:
actionPerformed in interface java.awt.event.ActionListener