roomba.roombanetwork.services.startergui
Class RoombaServiceGUI

java.lang.Object
  extended by roomba.roombanetwork.services.startergui.RoombaServiceGUI

public class RoombaServiceGUI
extends java.lang.Object

Displays the configuration parameters for a Roomba Service and initializes a roomba service

Author:
Drew Housten

Constructor Summary
RoombaServiceGUI()
           
 
Method Summary
 Service startService(java.lang.String serverAddress, javax.swing.JFrame parent)
          Displays the configuration parameters for a Roomba Service and initializes a roomba service
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoombaServiceGUI

public RoombaServiceGUI()
Method Detail

startService

public Service startService(java.lang.String serverAddress,
                            javax.swing.JFrame parent)
Displays the configuration parameters for a Roomba Service and initializes a roomba service

Parameters:
serverAddress - The host address that the RNS is running on
parent - The parent GUI frame
Returns:
the created Service information