public abstract class AbstractStaticContext extends java.lang.Object implements StaticContext
StaticContext
interface implementation, which just
holds the static context data in a protected field.
TODO LB: This class does not seem to carry its own weight.
Constructor and Description |
---|
AbstractStaticContext() |
Modifier and Type | Method and Description |
---|---|
void |
staticContextData(Shadow shadow)
Receives static context data.
|
public void staticContextData(Shadow shadow)
StaticContext
staticContextData
in interface StaticContext