public abstract class XMLDocumentObserver extends DefaultObserver
Constructor and Description |
---|
XMLDocumentObserver() |
Modifier and Type | Method and Description |
---|---|
abstract void |
generateDocument(Document doc,
SimulationState state) |
String |
getServiceName() |
void |
notifySimulationEnd() |
void |
notifySimulationStart() |
void |
notifySimulationState(SimulationState state) |
void |
setServiceName(String servicename) |
void |
start()
Tell the component to start activity.
|
void |
stop()
Tell the component to cease activity.
|
notifySimulationConfiguration
public String getServiceName()
public void setServiceName(String servicename)
public void notifySimulationEnd()
notifySimulationEnd
in interface Observer
notifySimulationEnd
in class DefaultObserver
public void notifySimulationStart()
notifySimulationStart
in interface Observer
notifySimulationStart
in class DefaultObserver
public void notifySimulationState(SimulationState state)
notifySimulationState
in interface Observer
notifySimulationState
in class DefaultObserver
public abstract void generateDocument(Document doc, SimulationState state)
public void start()
Component
start
in interface Component
start
in class DefaultObserver
public void stop()
Component
stop
in interface Component
stop
in class DefaultObserver
Copyright © 2013. All Rights Reserved.