unl.cusack.estimator
Class EstimatorEvent

java.lang.Object
  |
  +--unl.cusack.estimator.EstimatorEvent

public class EstimatorEvent
extends java.lang.Object

The class which represents events in the Estimator Model. Since the model is fairly simple, the only detail that is needed is the source of the event.


Constructor Summary
EstimatorEvent(java.lang.Object src)
          The constructor
 
Method Summary
 java.lang.Object getSource()
          Get the source of the event
 void setSource(java.lang.Object src)
          Set the source of the event
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EstimatorEvent

public EstimatorEvent(java.lang.Object src)
The constructor

Parameters:
src - the object that caused the creation of the event
Method Detail

setSource

public void setSource(java.lang.Object src)
Set the source of the event

Parameters:
src - the source of the event

getSource

public java.lang.Object getSource()
Get the source of the event

Returns:
the source of the event