Interface Delegate<T>
- Type Parameters:
T- the delegate type
public interface Delegate<T>
Represents a class which delegates calls to a different object.
-
Method Summary
-
Method Details
-
resolve
-
getDelegate
T getDelegate()Gets the delegate object- Returns:
- the delegate object
-