- All Implemented Interfaces:
java.awt.event.ItemListener
, java.util.EventListener
public class SofaSelectionListener
extends java.lang.Object
implements java.awt.event.ItemListener
The listener interface for receiving sofaSelection events. The class that is interested in
processing a sofaSelection event implements this interface, and the object created with that
class is registered with a component using the component's addSofaSelectionListener
method. When the sofaSelection event occurs, that object's appropriate method is invoked.
// * @see SofaSelectionEvent