Class InProcessSimulatorLauncher.ObjectCreationListener
java.lang.Object
fr.ifremer.isisfish.simulator.launcher.InProcessSimulatorLauncher.ObjectCreationListener
- All Implemented Interfaces:
EventListener
,org.nuiton.topia.event.TopiaTransactionListener
- Enclosing class:
- InProcessSimulatorLauncher
protected static class InProcessSimulatorLauncher.ObjectCreationListener
extends Object
implements org.nuiton.topia.event.TopiaTransactionListener
-
Field Summary
Modifier and TypeFieldDescriptionprotected List<org.nuiton.topia.persistence.TopiaEntity>
List qui contient tous les objets creer durant la simulation -
Constructor Summary
-
Method Summary
-
Field Details
-
newObjects
List qui contient tous les objets creer durant la simulation
-
-
Constructor Details
-
ObjectCreationListener
protected ObjectCreationListener()
-
-
Method Details
-
getNewObjects
- Returns:
- Returns the newObjects.
-
commit
public void commit(org.nuiton.topia.event.TopiaTransactionEvent event) - Specified by:
commit
in interfaceorg.nuiton.topia.event.TopiaTransactionListener
-
rollback
public void rollback(org.nuiton.topia.event.TopiaTransactionEvent event) - Specified by:
rollback
in interfaceorg.nuiton.topia.event.TopiaTransactionListener
-