|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--unl.cusack.estimator.EstimatorEvent
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 |
public EstimatorEvent(java.lang.Object src)
src
- the object that caused the creation of the eventMethod Detail |
public void setSource(java.lang.Object src)
src
- the source of the eventpublic java.lang.Object getSource()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |