Interface COMIDispatchList<E>

All Superinterfaces:
COMIDispatchConstList<E>, java.lang.Iterable<E>

public interface COMIDispatchList<E>
extends COMIDispatchConstList<E>
Marks a class to support the standard COM IDispatch methods for lists of elements of class E and supports the removal of list elements.
  • Method Summary

    Modifier and Type Method Description
    void removeElement​(int Index)  

    Methods inherited from interface com.altova.automation.libs.COMIDispatchConstList

    get_NewEnum, getCount, getItem

    Methods inherited from interface java.lang.Iterable

    forEach, iterator, spliterator