onStateChanged

abstract fun onStateChanged(appInfo: AppInfo, isSelected: Boolean)(source)

Called when the selection state of an individual application changes.

Parameters

appInfo

The AppInfo object representing the application whose state has changed.

isSelected

true if the application is now selected, false if it is now deselected.