|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A Manager passes on requests to an underlying delegate objects.
| Method Summary | |
Object |
getDelegate()
Get the object to delegate to. |
void |
setDelegate(Object delegate)
Set the object to delegate to. |
| Method Detail |
public void setDelegate(Object delegate)
throws ClassCastException
delegate - The object to delegate to.
ClassCastException - if the deletaged object was not a valid
class for this manager.public Object getDelegate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||