net.rmi.armi
Class AHelloWorldTest

java.lang.Object
  extended by net.rmi.armi.AHelloWorldTest
All Implemented Interfaces:
java.util.Observer

public class AHelloWorldTest
extends java.lang.Object
implements java.util.Observer


Constructor Summary
AHelloWorldTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void update(java.util.Observable obs, java.lang.Object arg)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AHelloWorldTest

public AHelloWorldTest()
Method Detail

update

public void update(java.util.Observable obs,
                   java.lang.Object arg)
Specified by:
update in interface java.util.Observer

main

public static void main(java.lang.String[] args)