|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConditionalObserver
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 |
|---|
void receiveStartConditional(ContextInternals context,
Conditional conditional)
throws java.lang.Exception
context - the interpreter contextconditional - the current conditional
java.lang.Exception - in case of a problem
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 | |||||||||