|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.ntnu.ecosim.communication.ResultReceiver
public abstract class ResultReceiver
This is an abstract class that must be implemented to receive the results from the simulator.
Constructor Summary | |
---|---|
ResultReceiver()
|
Method Summary | |
---|---|
void |
update(java.util.Observable obj,
java.lang.Object arg)
|
abstract void |
xmlReceived(org.w3c.dom.Document doc)
This method is called when a XML document is received. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResultReceiver()
Method Detail |
---|
public void update(java.util.Observable obj, java.lang.Object arg)
update
in interface java.util.Observer
public abstract void xmlReceived(org.w3c.dom.Document doc)
doc
- the document with information
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |