Package | Description |
---|---|
org.eclipse.ice.client.widgets.reactoreditor.plant | |
org.eclipse.ice.reactor.plant |
Modifier and Type | Class and Description |
---|---|
class |
JunctionController
This class provides a controller for Junctions and links the
Junction
model with the JunctionView . |
Modifier and Type | Method and Description |
---|---|
void |
Junction.registerJunctionListener(IJunctionListener listener) |
void |
IJunction.registerJunctionListener(IJunctionListener listener)
Registers an IJunctionListener to listen to the Junction for pipe add and
remove events, as well as any other specialized events that may be too
complex for a regular IUpdateableListener to interpret.
|
void |
Junction.unregisterJunctionListener(IJunctionListener listener) |
void |
IJunction.unregisterJunctionListener(IJunctionListener listener)
Unregisters an IJunctionListener from the Junction.
|