All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Interface java.beans.Delegate

public interface Delegate
extends Aggregate

TBC

Since:
JDK1.2

Method Index

 o getDelegateInstanceOf(Class)
 o getDelegateTypes()

Methods

 o getDelegateInstanceOf
public abstract Aggregate getDelegateInstanceOf(Class delegateInterface)
Parameters:
delegateInterface - The Class object representing the class or interaface for the requested delegation
Returns:
The Aggregate for the Delegate type requested or null.
 o getDelegateTypes
public abstract Enumeration getDelegateTypes()
Returns:
the list of types this Aggregate may provide via getInstanceOf()

All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Submit a bug or feature