public abstract class OptionSelectedListener
extends java.lang.Object
Option
's selected-status.Constructor and Description |
---|
OptionSelectedListener() |
Modifier and Type | Method and Description |
---|---|
abstract void |
optionSelected(boolean isSelected)
Handles changes to an
Option's selected-attribute. |