|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Delegate<T>
Base interface for delegates, also known as decorators.
Implementations are expected to implement all methods of type T, and forward to the delegate instance by default.
Method Summary | |
---|---|
T |
getDelegate()
|
Method Detail |
---|
T getDelegate()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |