model:didSelectObjectAtIndex: method

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

Syntax

- ( void ) model : ( id< SMPOpenUICollectionDisplayModel > ) model didSelectObjectAtIndex : ( NSIndexPath * ) indexPath

Parameters

Remarks

This is not called when the user selects a different index. 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.