|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--org.csapi.jr.se.policy.evaluation.EvalPolicyErrEvent
Event created by an activity object to indicate that a Gateway originated
call to the evalPolicyErr() method on the callback interface
has occured.
Constructor Summary | |
EvalPolicyErrEvent(java.lang.Object source,
int error)
Constructor for the EvalPolicyErrEvent Event. |
Method Summary | |
int |
getError()
This method is used to retrieve the parameter value of 'error' passed up from the Gateway in it's call to the evalPolicyErr() method, used on the creation of this event. |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public EvalPolicyErrEvent(java.lang.Object source, int error)
source
- Reference to the object firing the event.Method Detail |
public int getError()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |