1 | The next batch of components generates a different type of event called an ItemEvent (a class in package java.awt.event) |
2 | The corresponding interface is called ItemListener, which has a single method called itemStateChanged(...) |
3 | To listen for ItemEvents, a listener must invoke the addItemListener(...) method |