CMI documentation

com.sap.tc.cmi.util
Interface ICMIObservableList

All Superinterfaces:
java.util.Collection, java.util.List
All Known Implementing Classes:
CMIAbstractObservableList

public interface ICMIObservableList
extends java.util.List

List that informs about changes. See documentation of listener interface and event object for more information about the available notifications. This type can be called, extended or implemented by applications or frameworks using CMI.

Version:
$Id: //tc/CommonModelInterface/630_VAL_REL/src/_cmi_api/java/com/sap/tc/cmi/util/ICMIObservableList.java#1 $

Method Summary
 void addChangeListener(ICMIObservableListChangeListener listener)
          registeres the given listener.
 void removeChangeListener(ICMIObservableListChangeListener listener)
          registeres the given listener.
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Method Detail

addChangeListener

public void addChangeListener(ICMIObservableListChangeListener listener)
registeres the given listener. Thel istener will be notified about any modification of this list.

removeChangeListener

public void removeChangeListener(ICMIObservableListChangeListener listener)
registeres the given listener. Thel istener will be notified about any modification of this list.

CMI documentation

Copyright © 2002 SAP AG. Automatically generated Thu Mar 3 2005, 21:53