IExtenders Interface

IExtenders Interface

This Package | All Packages

public interface IExtenders

The IExtenders interface is a callback interface that is used in implementations of the getExtenderProperties() method of the IClassInfo interface. An implementation of IClassInfo.getExtenderProperties() is provided an instance of the IExtenders interface and is responsible for calling the add() method to enumerate the Extenders of the associated component class.

Methods
Name Description
add(ExtenderInfo e) Defines an extender property.
remove(ExtenderInfo e) Removes an extender property.

Methods

IExtenders.add

Syntax
public void add( ExtenderInfo e );
Description

Defines an extender property.

IExtenders.remove

Syntax
public void remove( ExtenderInfo e );
Description

Removes an extender property.