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: 411947 $ $Date: 2006-06-05 16:26:17 -0700 (Mon, 05 Jun 2006) $

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.