|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.ntnu.ecosim.communication.ResultReceiver
edu.ntnu.ecosim.visual.Receiver
public class Receiver
This class extends the ResultReceiver interface, and allows the interface to receive information from the simulation engine
Constructor Summary | |
---|---|
Receiver(XMLManager xmlman)
The Constructor. |
Method Summary | |
---|---|
void |
xmlReceived(org.w3c.dom.Document doc)
This method is called when a XML document is received. |
Methods inherited from class edu.ntnu.ecosim.communication.ResultReceiver |
---|
update |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Receiver(XMLManager xmlman)
Method Detail |
---|
public void xmlReceived(org.w3c.dom.Document doc)
ResultReceiver
xmlReceived
in class ResultReceiver
doc
- the document with information
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |