itemSelected(int) method

Called to inform the adapter that the selection row has changed.

Syntax

public void itemSelected (int row)

Parameters

Usage

This is not called when the adapter informs the model of an selection change. This is called when something in Agentry causes the selection to change. This can happen through update rules and retargetting that Agentry handles. This can also happen if the currently selected item gets deleted.