wt.identity
Interface DisplayIdentificationDelegate
- All Superinterfaces:
- DisplayIdentification
- All Known Implementing Classes:
- DisplayIdentificationStandardDelegate
- public interface DisplayIdentificationDelegate
- extends DisplayIdentification
A DisplayIdentificationDelegate object can produce all the necessary
information to produce a DisplayIdentification object for another object.
Supported API: true
Extendable: true
- See Also:
DisplayIdentification
Method Summary |
void |
initialize(Object object)
Initialize the object so it holds all the required information about
the supplied object. |
initialize
public void initialize(Object object)
- Initialize the object so it holds all the required information about
the supplied object.
Supported API: false
- Parameters:
object
-