org.wcb.autohome
Class Main

java.lang.Object
  extended byorg.wcb.autohome.Main

public class Main
extends java.lang.Object

The main class to start the swing application


Constructor Summary
Main(java.lang.String sArg1)
          Main runing part of application for console mode
 
Method Summary
 void listenToConsole()
          While the application is running parse through the users input and act on those actions.
static void main(java.lang.String[] args)
          Main entry point for the alice swing application
 void printList(java.util.Vector model)
          This prints a list of available events from the save file.
static void printUsage()
          Prints the usage of this command line start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main(java.lang.String sArg1)
Main runing part of application for console mode

Parameters:
sArg1 - The file name of the x10 file to run
Method Detail

main

public static void main(java.lang.String[] args)
Main entry point for the alice swing application

Parameters:
args - Arguments can be -nosplash or -nogui

listenToConsole

public void listenToConsole()
While the application is running parse through the users input and act on those actions. If the application is exited then close off everything.


printList

public void printList(java.util.Vector model)
This prints a list of available events from the save file.

Parameters:
model - list of events to run

printUsage

public static void printUsage()
Prints the usage of this command line start



Copyright © 1999-2004 Walter Bogaardt. All Rights Reserved.