* @param engine
*/
@Override
protected void showConfigurationDialog(XBayaGUI xbayaGUI) {
if (this.configurationWindow == null) {
this.configurationWindow = new StreamSourceConfigurationDialog(this.inputNode, xbayaGUI);
}
this.configurationWindow.show();
}