com.bea.control
Interface Control.Callback

Enclosing interface:
Control

public static interface Control.Callback

Provides a way for controls to define callbacks. When you add a callback to a control, you are adding methods to this interface. For a given control, these methods are defined in the control's interface (the JAVA file corresponding to the control's JCS file).