|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GroupObserver
This interface describes the ability to receive a notification about the opening and closing of groups.
| Method Summary | |
|---|---|
void |
receiveCloseGroup(ContextInternals context)
Receive a notification that a group has been closed. |
void |
receiveOpenGroup(ContextInternals context)
Receive a notification that a group has been opened. |
| Method Detail |
|---|
void receiveCloseGroup(ContextInternals context)
throws java.lang.Exception
context - the interpreter context
java.lang.Exception - in case of an error
void receiveOpenGroup(ContextInternals context)
throws java.lang.Exception
context - the interpreter context
java.lang.Exception - in case of an error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||