void |
BumpGeneratorDialog.knobGenerated(BumpGenerator generator,
Knob knob) |
handle event indicating that the knob has been generated
|
void |
BumpGeneratorListener.knobGenerated(BumpGenerator generator,
Knob knob) |
handle event indicating that the knob has been generated
|
void |
BumpGeneratorDialog.knobGenerationComplete(BumpGenerator generator,
List<Knob> knobs) |
handle event indicating that the knob generation is complete
|
void |
BumpGeneratorListener.knobGenerationComplete(BumpGenerator generator,
List<Knob> knobs) |
handle event indicating that the knob generation is complete
|
void |
BumpGeneratorDialog.knobGenerationFailed(BumpGenerator generator,
Exception exception) |
handle event indicating that the knob generation failed
|
void |
BumpGeneratorListener.knobGenerationFailed(BumpGenerator generator,
Exception exception) |
handle event indicating that the knob generation failed
|
void |
BumpGeneratorDialog.knobGeneratorException(BumpGenerator generator,
xal.smf.AcceleratorNode node,
Exception exception) |
handle event indicating that the generator failed to make the bump for the specified node
|
void |
BumpGeneratorListener.knobGeneratorException(BumpGenerator generator,
xal.smf.AcceleratorNode node,
Exception exception) |
handle event indicating that the generator failed to make the bump for the specified node
|
void |
BumpGeneratorDialog.willGenerateKnob(BumpGenerator generator,
xal.smf.AcceleratorNode node) |
handle the event indicating that a new knob is about to be generated
|
void |
BumpGeneratorListener.willGenerateKnob(BumpGenerator generator,
xal.smf.AcceleratorNode node) |
handle the event indicating that a new knob is about to be generated
|