Interface CheckBoxToggleListener

All Superinterfaces:
EventListener

public interface CheckBoxToggleListener extends EventListener
The listener interface for receiving CheckBoxToggle events. The class that is interested in processing an CheckBoxToggle event implements this interface, and the object created with that class is registered with a component, using the component's addCheckBoxToggleListener method. When the action event occurs, that object's checkBoxToggled method is invoked.
See Also: