tapeutils
Class AnalysisEvent

java.lang.Object
  extended bytapeutils.AnalysisEvent

public class AnalysisEvent
extends java.lang.Object

This class represents an analysis event.

Author:
hldswrth

Constructor Summary
AnalysisEvent(SampleAnalyzer source)
          Constructor
 
Method Summary
 SampleAnalyzer getSource()
          Get the source of the event.
 int getSourceId()
          Get the source ID of the event.
 void setSourceId(int sourceId)
          Set the source ID of the event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnalysisEvent

public AnalysisEvent(SampleAnalyzer source)
Constructor

Parameters:
source - The source of the event.
Method Detail

getSource

public SampleAnalyzer getSource()
Get the source of the event.

Returns:
The source of the event.

getSourceId

public int getSourceId()
Get the source ID of the event.

Returns:
The source ID of the event.

setSourceId

public void setSourceId(int sourceId)
Set the source ID of the event.

Parameters:
sourceId - The source ID of the event.