public static interface OptionsPanel.Listener
OptionItem was created or changed.| Modifier and Type | Method and Description |
|---|---|
void |
onOptionChanged(OptionItem item)
Called when an option item is changed.
|
void |
onOptionCreated(java.util.List<OptionItem> item)
Called when an option item is created.
|
void onOptionCreated(java.util.List<OptionItem> item)
item - the item that was created.void onOptionChanged(OptionItem item)
item - the item that was changed.