|
TrueZIP Kernel 7.0-rc1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
T - The type of the target.public interface Link<T>
A link has a nullable target property.
This interface is useful if a class is decorating or adapting another class
and access to the decorated or adapted object should be provided as part of
the public API of the decorating or adapting class.
| Nested Class Summary | |
|---|---|
static class |
Link.Type
A link type defines the terms and conditions for clearing its target and is a factory for |
| Method Summary | |
|---|---|
T |
getTarget()
Returns the target of this link. |
| Method Detail |
|---|
@Nullable T getTarget()
The returned object reference may be null subject to the terms
and conditions of sub-interfaces or implementations.
|
TrueZIP Kernel 7.0-rc1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||