Package | Description |
---|---|
org.eclipse.ice.client.widgets.reactoreditor.plant |
Modifier and Type | Class and Description |
---|---|
class |
JunctionController
This class provides a controller for Junctions and links the
Junction
model with the JunctionView . |
class |
ReactorController
This class provides a controller for Reactors and links the
Reactor
model with the ReactorView . |
Modifier and Type | Method and Description |
---|---|
void |
PlantControllerManager.registerListener(IPlantControllerManagerListener listener)
Registers a listener to listen for controller creation and deletion
events.
|
void |
PlantControllerManager.unregisterListener(IPlantControllerManagerListener listener)
Unregisters a listener from listening for controller creation and
deletion events.
|