org.extex.unit.omega
Class OmegaUnitInfo

java.lang.Object
  extended by org.extex.interpreter.unit.UnitInfo
      extended by org.extex.unit.omega.OmegaUnitInfo
All Implemented Interfaces:
java.io.Serializable, LoadedObserver

public class OmegaUnitInfo
extends UnitInfo
implements LoadedObserver

This class provides the setup for the unit omega.

Version:
$Revision: 6100 $
Author:
Gerd Neugebauer
See Also:
Serialized Form

Field Summary
protected static long serialVersionUID
          The field serialVersionUID contains the version number for serialization.
 
Constructor Summary
OmegaUnitInfo()
          Creates a new object.
 
Method Summary
 void receiveLoaded(Context context, TokenSource source, Typesetter typesetter)
          Receive a notification on the loading of a context.
 
Methods inherited from class org.extex.interpreter.unit.UnitInfo
getName, setName, setTypesetter, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

protected static final long serialVersionUID
The field serialVersionUID contains the version number for serialization.

See Also:
Constant Field Values
Constructor Detail

OmegaUnitInfo

public OmegaUnitInfo()
Creates a new object.

Method Detail

receiveLoaded

public void receiveLoaded(Context context,
                          TokenSource source,
                          Typesetter typesetter)
                   throws HelpingException
Receive a notification on the loading of a context.

Specified by:
receiveLoaded in interface LoadedObserver
Parameters:
context - the interpreter context
source - the source for new tokens
typesetter - the typesetter
Throws:
HelpingException - in case of an error
See Also:
LoadedObserver.receiveLoaded( org.extex.interpreter.context.Context, org.extex.interpreter.TokenSource, org.extex.typesetter.Typesetter)