de.dante.extex.interpreter.context.observer.count
Interface CountObserver
- All Known Implementing Classes:
- LanguageObserver
- public interface CountObserver
This interface describes the ability to receive a notification about the
change of a count register.
- Version:
- $Revision: 1.2 $
- Author:
- Gerd Neugebauer
receiveCountChange
public void receiveCountChange(ContextInternals context,
java.lang.String name,
Count value)
throws java.lang.Exception
- Receive a notification on a count change.
- Parameters:
context
- the interpreter contextname
- the token containing the name of the changed Count.value
- the new value assigned to the name. In case of
null
the name is unbound.
- Throws:
java.lang.Exception
- in case of a problem