public class SampleEvent
extends java.util.EventObject
A SampleEvent represents a set of Samples from different properties all taken at about the same time.
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
| Constructor and Description | 
|---|
SampleEvent(java.lang.Object pSource,
           Sample[] pSamples)
Constructs a new SampleEvent 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Sample | 
getSample(int pIndex)
Returns the Sample at the specified index 
 | 
int | 
getSampleCount()
Returns the number of samples in the list 
 | 
java.lang.String | 
toString()
Returns a String representation of this object 
 | 
public SampleEvent(java.lang.Object pSource,
           Sample[] pSamples)
public int getSampleCount()
public Sample getSample(int pIndex)
public java.lang.String toString()
toString in class java.util.EventObject