Callbacks
ECIRequest supports callback objects. A callback object, which must implement the Callbackable interface, receives the results of the flow via the setResults method. When the results have been applied, a new thread is started to execute the run method.
If you specify a callback object for a synchronous call the results are passed to your Callbackable object as well as to your ECIRequest object in the flow request.