org.jactr.tools.bridge
Class BridgeOnStart

java.lang.Object
  extended by org.jactr.tools.bridge.BridgeOnStart
All Implemented Interfaces:
java.lang.Runnable

Deprecated.

@Deprecated
public abstract class BridgeOnStart
extends java.lang.Object
implements java.lang.Runnable

Author:
developer

Constructor Summary
BridgeOnStart()
          Deprecated.  
 
Method Summary
abstract  GoalFeeder createGoalFeeder()
          Deprecated. create and return the goal feeder that will be used
abstract  ResponseCollector createResponseCollector()
          Deprecated. create and return the response collector to be used
abstract  void initialize()
          Deprecated. perform any initializations.
 void run()
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BridgeOnStart

public BridgeOnStart()
Deprecated. 
Method Detail

initialize

public abstract void initialize()
Deprecated. 
perform any initializations. Perhaps set ACTRRuntime.getRuntime().setApplicationData();


createGoalFeeder

public abstract GoalFeeder createGoalFeeder()
Deprecated. 
create and return the goal feeder that will be used

Returns:

createResponseCollector

public abstract ResponseCollector createResponseCollector()
Deprecated. 
create and return the response collector to be used

Returns:

run

public void run()
Deprecated. 
Specified by:
run in interface java.lang.Runnable
See Also:
Runnable.run()