org.extex.interpreter.context.observer.dimen
Interface DimenObserver
public interface DimenObserver
This interface describes the ability to receive a notification about the
change of a dimen register.
- Version:
- $Revision:4399 $
- Author:
- Gerd Neugebauer
receiveDimenChange
void receiveDimenChange(ContextInternals context,
java.lang.String name,
Dimen value)
throws java.lang.Exception
- Receive a notification on a dimen 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