public abstract class ForwardingManager extends ForwardingNameable implements Manager
Note that this class does not forward the equals
and hashCode methods through to the backing object.
See ForwardingObject for more details.
| Modifier | Constructor and Description |
|---|---|
protected |
ForwardingManager()
Constructor for use by subclasses.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract Manager |
delegate() |
getNameprotected ForwardingManager()
protected abstract Manager delegate()
delegate in class ForwardingNameable