roomba.roombanetwork.services.startergui
Class ServiceStarterGUI

java.lang.Object
  extended by roomba.roombanetwork.services.startergui.ServiceStarterGUI
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

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

GUI for starting the RNS and/or services on a host machine

Author:
Drew Housten

Constructor Summary
ServiceStarterGUI()
          Constructor - Creates and displays the GUI
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Called whenever an action was performed on any of the GUI controls
static void main(java.lang.String[] args)
          Main method - entry point into the GUI application
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceStarterGUI

public ServiceStarterGUI()
Constructor - Creates and displays the GUI

Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Called whenever an action was performed on any of the GUI controls

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

main

public static void main(java.lang.String[] args)
Main method - entry point into the GUI application

Parameters:
args - Command-line Arguments are not used