de.dante.extex.interpreter.context
Interface ContextInteraction

All Known Subinterfaces:
Context, ContextInternals
All Known Implementing Classes:
ContextExtensionImpl, ContextImpl

public interface ContextInteraction

This interface describes the container for interaction-related data of an interpreter context.

Version:
$Revision: 1.6 $
Author:
Gerd Neugebauer, Michael Niedermair

Method Summary
 Interaction getInteraction()
          Getter for the interaction.
 void setInteraction(Interaction interaction)
          Setter for the interaction in all requested groups.
 

Method Detail

getInteraction

public Interaction getInteraction()
Getter for the interaction. The interaction determines how verbose the actions are reported and how the interaction with the user is performed in case of an error.

Returns:
the current interaction
See Also:
setInteraction(Interaction)

setInteraction

public void setInteraction(Interaction interaction)
                    throws InterpreterException
Setter for the interaction in all requested groups. The interaction determines how verbose the actions are reported and how the interaction with the user is performed in case of an error.

Parameters:
interaction - the new value of the interaction
Throws:
InterpreterException - in case of an error
See Also:
getInteraction()