org.curjent.example.agent.filecopy
Interface FileCopyFactory


public interface FileCopyFactory

The agent's factory initializes a new agent with its supporting verifier and listener. The test driver uses the factory's explicit await method to coordinate completion of all agents before exiting.


Field Summary
static FileCopyFactory INSTANCE
           
 
Method Summary
 void await(FileCopy agent)
           
 FileCopy newInstance()
           
 

Field Detail

INSTANCE

static final FileCopyFactory INSTANCE
Method Detail

newInstance

FileCopy newInstance()

await

void await(FileCopy agent)


Copyright 2009-2011 Tom Landon
Apache License 2.0