synergynetframework.appsystem.contentsystem.items
Interface DropDownList.DropDownListListener
- Enclosing class:
- DropDownList
public static interface DropDownList.DropDownListListener
The listener interface for receiving dropDownList events. The class that
is interested in processing a dropDownList event implements this
interface, and the object created with that class is registered with a
component using the component's
addDropDownListListener method. When
the dropDownList event occurs, that object's appropriate
method is invoked.
- See Also:
DropDownListEvent
itemSelected
void itemSelected(DropDownList.DropDownListItem item)
- Item selected.
- Parameters:
item
- the item