com.cogent
Class SimHelloWorld

java.lang.Object
  |
  +--com.cogent.SimHelloWorld
All Implemented Interfaces:
SimRunnable

public class SimHelloWorld
extends java.lang.Object
implements SimRunnable

A simulated Hello World.


Constructor Summary
SimHelloWorld()
           
 
Method Summary
 int SimRunnableMain(SimPIM argPIM)
          This method fulfills the contract of the SimRunnable interface.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimHelloWorld

public SimHelloWorld()
Method Detail

SimRunnableMain

public int SimRunnableMain(SimPIM argPIM)
This method fulfills the contract of the SimRunnable interface. It returns an int to be hijacked

Specified by:
SimRunnableMain in interface SimRunnable
Parameters:
argPIM - a reference to the PIM this program is executing on