BertecDeviceJava
Class BertecDevice.DeviceSortEvent

java.lang.Object
  extended by java.util.EventObject
      extended by BertecDeviceJava.BertecDevice.DeviceSortEvent
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
BertecDevice

public class BertecDevice.DeviceSortEvent
extends java.util.EventObject

See Also:
Serialized Form

Field Summary
 BertecDevice.TransducerInfo[] infos
           
 int[] orderArray
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
BertecDevice.DeviceSortEvent(java.lang.Object source, BertecDevice.TransducerInfo[] infs, int[] orders)
           
 
Method Summary
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

infos

public BertecDevice.TransducerInfo[] infos

orderArray

public int[] orderArray
Constructor Detail

BertecDevice.DeviceSortEvent

public BertecDevice.DeviceSortEvent(java.lang.Object source,
                                    BertecDevice.TransducerInfo[] infs,
                                    int[] orders)