Class ComponentDelegateAdapter

java.lang.Object
wt.clients.beans.selectors.ComponentDelegateAdapter
All Implemented Interfaces:
Externalizable, Serializable, ComponentDelegate

public class ComponentDelegateAdapter extends Object implements ComponentDelegate, Externalizable
This is an adapter class which provides default implementations of many of the methods required for the ComponentDelegate interface. It is intended to be subclassed by concrete implementations of the ComponentDelegate interface.

Supported API: true

Extendable: true
See Also: