T
- The type of the target.public interface Link<T>
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.Modifier and Type | Interface and Description |
---|---|
static class |
Link.Type
A factory for links which defines the terms and conditions for clearing
their target.
|
Modifier and Type | Method and Description |
---|---|
T |
getTarget()
Returns the target of this link.
|
Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.