public class ReportCreation implements Listener {
/**
* @see org.eclipse.swt.widgets.Listener#handleEvent(org.eclipse.swt.widgets.Event)
*/
public void handleEvent(Event event) {
ReportCreationDialog reportCreationDialog = new ReportCreationDialog(GUI.instance.shell);
reportCreationDialog.open();
}