public interface IModelUpdateAdapter
Modifier and Type | Field and Description |
---|---|
static IModelUpdateAdapter |
NULL_ADAPTER
A singleton null adapter used as a protective value before an operational adapter can be installed.
|
Modifier and Type | Method and Description |
---|---|
void |
update(java.awt.Graphics g)
Update the model, using the supplied Graphics object
|
static final IModelUpdateAdapter NULL_ADAPTER