Uses of Class
ncihistory.NCIChangeEvent

Packages that use NCIChangeEvent
collections   
 

Uses of NCIChangeEvent in collections
 

Methods in collections that return NCIChangeEvent
 NCIChangeEvent[] NCIChangeEventList.getEntry()
          Gets the entry value for this NCIChangeEventList.
 NCIChangeEvent NCIChangeEventList.getEntry(int i)
           
 

Methods in collections with parameters of type NCIChangeEvent
 void NCIChangeEventList.setEntry(int i, NCIChangeEvent _value)
           
 void NCIChangeEventList.setEntry(NCIChangeEvent[] entry)
          Sets the entry value for this NCIChangeEventList.
 

Constructors in collections with parameters of type NCIChangeEvent
NCIChangeEventList(NCIChangeEvent[] entry)