org.csapi.jr.se.policy.evaluation
Interface EvalPolicyListener

All Superinterfaces:
java.util.EventListener

public interface EvalPolicyListener
extends java.util.EventListener

This interface is to be implemented for receiving events issued by the EvalPolicy activity object.


Method Summary
 void onEvalPolicyErrEvent(org.csapi.jr.se.policy.evaluation.EvalPolicyErrEvent evalPolicyErrEvent)
          Called due to a Gateway initiated call to the evalPolicyErr() method on the callback interface
 void onEvalPolicyResEvent(org.csapi.jr.se.policy.evaluation.EvalPolicyResEvent evalPolicyResEvent)
          Called due to a Gateway initiated call to the evalPolicyRes() method on the callback interface
 

Method Detail

onEvalPolicyResEvent

public void onEvalPolicyResEvent(org.csapi.jr.se.policy.evaluation.EvalPolicyResEvent evalPolicyResEvent)
Called due to a Gateway initiated call to the evalPolicyRes() method on the callback interface

Parameters:
evalPolicyResEvent - Reference to a EvalPolicyResEvent event emitted from the activity object.

onEvalPolicyErrEvent

public void onEvalPolicyErrEvent(org.csapi.jr.se.policy.evaluation.EvalPolicyErrEvent evalPolicyErrEvent)
Called due to a Gateway initiated call to the evalPolicyErr() method on the callback interface

Parameters:
evalPolicyErrEvent - Reference to a EvalPolicyErrEvent event emitted from the activity object.