|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface describes the ability to receive a notification about the change in the conditional processing.
Method Summary | |
void |
receiveEndConditional(ContextInternals context,
Conditional conditional)
Receive a notification on an end event. |
void |
receiveStartConditional(ContextInternals context,
Conditional conditional)
Receive a notification on a start event. |
Method Detail |
public void receiveStartConditional(ContextInternals context, Conditional conditional) throws java.lang.Exception
context
- the interpreter contextconditional
- the current conditional
java.lang.Exception
- in case of a problempublic void receiveEndConditional(ContextInternals context, Conditional conditional) throws java.lang.Exception
context
- the interpreter contextconditional
- the current conditional
java.lang.Exception
- in case of a problem
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |