|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AfterGroupObserver | |
|---|---|
| org.extex.interpreter.context | This package contains the container for data in the interpreter. |
| org.extex.interpreter.context.observer.group | This package contains definitions for a code change observer. |
| org.extex.interpreter.max.context | This package contains a reference implementation for the
Context. |
| Uses of AfterGroupObserver in org.extex.interpreter.context |
|---|
| Methods in org.extex.interpreter.context with parameters of type AfterGroupObserver | |
|---|---|
void |
ContextGroup.afterGroup(AfterGroupObserver observer)
Register a observer to be called at the end of the group. |
| Uses of AfterGroupObserver in org.extex.interpreter.context.observer.group |
|---|
| Classes in org.extex.interpreter.context.observer.group that implement AfterGroupObserver | |
|---|---|
class |
AfterGroupObserverList
This class provides a type-safe list of observers for the group close event. |
class |
SwitchObserver
This class provides an observer which sets a Switch when an event is received. |
| Methods in org.extex.interpreter.context.observer.group that return AfterGroupObserver | |
|---|---|
static AfterGroupObserver |
AfterGroupObserverList.register(AfterGroupObserver list,
AfterGroupObserver observer)
Take a list and add an observer. |
| Methods in org.extex.interpreter.context.observer.group with parameters of type AfterGroupObserver | |
|---|---|
void |
AfterGroupObserverList.add(AfterGroupObserver observer)
Add an observer to the list. |
static AfterGroupObserver |
AfterGroupObserverList.register(AfterGroupObserver list,
AfterGroupObserver observer)
Take a list and add an observer. |
void |
AfterGroupObservable.registerObserver(AfterGroupObserver observer)
Register an expand observer for later use. |
| Uses of AfterGroupObserver in org.extex.interpreter.max.context |
|---|
| Methods in org.extex.interpreter.max.context with parameters of type AfterGroupObserver | |
|---|---|
void |
GroupImpl.afterGroup(AfterGroupObserver observer)
Register an observer to be invoked after the group has been closed. |
void |
Group.afterGroup(AfterGroupObserver observer)
Register an observer to be invoked after the group has been closed. |
void |
ContextImpl.afterGroup(AfterGroupObserver observer)
Register a observer to be called at the end of the group. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||