|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.cesr.lara.houseplant.SimpleOutput
public class SimpleOutput
simple output. creates csv-file and provides method to append one line
Constructor Summary | |
---|---|
SimpleOutput(Environment environment)
creates the file with key as name and header |
Method Summary | ||
---|---|---|
void |
appendCurrentStateOfEnvironment()
appends the current state of the environment to the output file |
|
|
onEvent(T event)
Will be called with an event as a parameter when an event the subscriber subscribed to occurs. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleOutput(Environment environment)
key
- Method Detail |
---|
public void appendCurrentStateOfEnvironment()
value
- public <T extends LaraEvent> void onEvent(T event)
LaraEventSubscriber
onEvent
in interface LaraEventSubscriber
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |