* @see org.eclipse.swt.events.SelectionListener#widgetSelected(org.eclipse.swt.events.SelectionEvent)
*/
@Override
public void widgetSelected(SelectionEvent event) {
BuyGoodDialogSelectionListener.logger.debug("Listener: BuyGoodDialogSelectionListener - buy good selected");
BuyGoodSelectNumOfGoodDialog dialog = new BuyGoodSelectNumOfGoodDialog(this.shell, this.id);
dialog.open();
}