Microsoft SDK for Java

getTarget

This method of the Delegate class returns the target object referenced by this delegate. The returned value is null if the delegate references a static method.

Syntax

public final Object getTarget();

Return Value

Returns the target object, or null if the object is a static method.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.