org.extex.interpreter.context.observer.interaction
Interface InteractionObserver
- All Known Implementing Classes:
- InteractionModeObserver
public interface InteractionObserver
This interface describes the ability to receive a notification about the
change of the interaction mode.
- Version:
- $Revision:4399 $
- Author:
- Gerd Neugebauer
receiveInteractionChange
void receiveInteractionChange(ContextInternals context,
Interaction mode)
throws java.lang.Exception
- Receive a notification on a count change.
- Parameters:
context - the interpreter contextmode - the new interaction mode.
- Throws:
java.lang.Exception - in case of a problem