Uses of Interface
de.dante.extex.interpreter.context.observer.interaction.InteractionObserver

Packages that use InteractionObserver
de.dante.extex.interpreter.context.impl This package contains a reference implementation for the Context
de.dante.extex.interpreter.context.observer.interaction This package contains definitions for a interaction change observer. 
de.dante.extex.main.observer This package contains some support classes for the ExTeX main program. 
 

Uses of InteractionObserver in de.dante.extex.interpreter.context.impl
 

Methods in de.dante.extex.interpreter.context.impl with parameters of type InteractionObserver
 void ContextImpl.registerInteractionObserver(InteractionObserver observer)
           
 void ContextImpl.unregisterInteractionObserver(InteractionObserver observer)
           
 

Uses of InteractionObserver in de.dante.extex.interpreter.context.observer.interaction
 

Methods in de.dante.extex.interpreter.context.observer.interaction with parameters of type InteractionObserver
 void InteractionObservable.registerInteractionObserver(InteractionObserver observer)
          Register an observer for interaction mode change events.
 void InteractionObservable.unregisterInteractionObserver(InteractionObserver observer)
          Remove a registered observer for interaction mode change events.
 

Uses of InteractionObserver in de.dante.extex.main.observer
 

Classes in de.dante.extex.main.observer that implement InteractionObserver
 class InteractionModeObserver
          This observer is used to transport the interaction mode changes to the logger.