Uses of Interface
org.extex.interpreter.observer.expandMacro.ExpandMacroObserver

Packages that use ExpandMacroObserver
org.extex.interpreter.max This package contains the macro expansion engine and supporting classes. 
org.extex.interpreter.observer.expandMacro This package contains definitions for the expand macro observer. 
 

Uses of ExpandMacroObserver in org.extex.interpreter.max
 

Methods in org.extex.interpreter.max with parameters of type ExpandMacroObserver
 void Max.registerObserver(ExpandMacroObserver observer)
          Add an observer for the expand event.
 

Uses of ExpandMacroObserver in org.extex.interpreter.observer.expandMacro
 

Classes in org.extex.interpreter.observer.expandMacro that implement ExpandMacroObserver
 class ExpandMacroObserverList
          This class provides a type-safe list of observers for the expand event.
 

Methods in org.extex.interpreter.observer.expandMacro that return ExpandMacroObserver
static ExpandMacroObserver ExpandMacroObserverList.register(ExpandMacroObserver list, ExpandMacroObserver observer)
          Take a list and add an observer.
 

Methods in org.extex.interpreter.observer.expandMacro with parameters of type ExpandMacroObserver
 void ExpandMacroObserverList.add(ExpandMacroObserver observer)
          Add an observer to the list.
static ExpandMacroObserver ExpandMacroObserverList.register(ExpandMacroObserver list, ExpandMacroObserver observer)
          Take a list and add an observer.
 void ExpandMacroObservable.registerObserver(ExpandMacroObserver observer)
          Register an expand observer for later use.