Enterprise Information Portal APIs

com.ibm.mm.beans.util
Class CMBItemAdapter

java.lang.Object
  |
  +--com.ibm.mm.beans.util.CMBItemAdapter
All Implemented Interfaces:
java.util.EventListener, java.awt.event.ItemListener

public class CMBItemAdapter
extends java.lang.Object
implements java.awt.event.ItemListener

This convenience class implements ItemListener. Provides no-op on itemStateChanged.

Since:
6.1

Constructor Summary
CMBItemAdapter()
           
 
Method Summary
 void itemStateChanged(java.awt.event.ItemEvent evt)
          Handles item state change, performing nothing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMBItemAdapter

public CMBItemAdapter()
Method Detail

itemStateChanged

public void itemStateChanged(java.awt.event.ItemEvent evt)
Handles item state change, performing nothing.
Specified by:
itemStateChanged in interface java.awt.event.ItemListener
Parameters:
evt - the item event

EIP JavaBeans

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.