com.gos4j
Class Gos4j

java.lang.Object
  |
  +--com.gos4j.Gos4j

public class Gos4j
extends java.lang.Object

Using Gos4j starts here.

Author:
Hugh@hughreid.com 27-May-2003

Method Summary
static com.gos4j.GoalManager getGoalManager()
          This method provides access to the implementation of the GoalManager suitable for your application.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getGoalManager

public static com.gos4j.GoalManager getGoalManager()
This method provides access to the implementation of the GoalManager suitable for your application.

Usage:

   GoalManager myGM = Gos4j.getGoalManager();
 

Returns:
the GoalManager or null if not available.