Multiple choice

Which method of Item Event can be used to obtain reference to the Item Selectable objects that generate an event?

  1. getItem()

  2. getItemSelectable()

  3. getStateChange()

  4. either getItem() or getStateChange()

  5. none of these

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

getItemSelectable() method can be used to obtain a reference to the Item Selectable object that generate an event.