org.araneaframework.core
Class StandardEnvironmentAwareCallback

java.lang.Object
  extended byorg.araneaframework.core.StandardEnvironmentAwareCallback
All Implemented Interfaces:
EnvironmentAwareCallback, Serializable

public class StandardEnvironmentAwareCallback
extends Object
implements EnvironmentAwareCallback

A dummy class that implements EnvironmentAwareCallback. The sub classes may use it to provide custom solutions.

See Also:
Serialized Form

Constructor Summary
StandardEnvironmentAwareCallback()
           
 
Method Summary
 void call(Environment env)
          This method is expected to use the given Environment to start a new flow or use it for whatever is necessary.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardEnvironmentAwareCallback

public StandardEnvironmentAwareCallback()
Method Detail

call

public void call(Environment env)
          throws Exception
Description copied from interface: EnvironmentAwareCallback
This method is expected to use the given Environment to start a new flow or use it for whatever is necessary.

Specified by:
call in interface EnvironmentAwareCallback
Parameters:
env - the Environment of the flow context.
Throws:
Exception - Any runtime exception that may occur.