org.acme
Class MagicGBallClient

java.lang.Object
  extended byorg.acme.MagicGBallClient

public class MagicGBallClient
extends Object

Run this app client from the command line and pass in a question as an argument.

Version:
$Rev: 356022 $ $Date: 2005-12-11 12:58:34 -0800 (Sun, 11 Dec 2005) $

Constructor Summary
MagicGBallClient()
           
 
Method Summary
 void ask(String question)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MagicGBallClient

public MagicGBallClient()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

ask

public void ask(String question)
         throws Exception
Throws:
Exception


Copyright © 2006 Apache Software Foundation. All Rights Reserved.