org.apache.ws.jaxme.js.junit
Class MultipleInheritanceTest.MyObservableList

java.lang.Object
  extended byjava.util.Observable
      extended byorg.apache.ws.jaxme.js.junit.ObservableList
          extended byorg.apache.ws.jaxme.js.junit.MultipleInheritanceTest.MyObservableList
All Implemented Interfaces:
java.util.Collection, java.util.List
Enclosing class:
MultipleInheritanceTest

public class MultipleInheritanceTest.MyObservableList
extends ObservableList


Method Summary
 boolean add(java.lang.Object o)
           
 
Methods inherited from class org.apache.ws.jaxme.js.junit.ObservableList
add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

add

public boolean add(java.lang.Object o)
Specified by:
add in interface java.util.List
Overrides:
add in class ObservableList