Project

General

Profile

« Previous | Next » 

Revision be4a9789

Added by Andreas Kohlbecker about 6 years ago

fix #7231 replacing SpringApplicationEventBus by scoped Vaadin4Spring Event Bus

View differences:

src/main/java/eu/etaxonomy/vaadin/ui/view/DoneWithPopupEvent.java
1 1
package eu.etaxonomy.vaadin.ui.view;
2 2

  
3
/**
4
 * Event indicating the end of a popup view which is send via the uiEventBus to the NavigationManagerBean.
5
 * +
6
 * @author a.kohlbecker
7
 * @since Feb 1, 2018
8
 *
9
 */
3 10
public class DoneWithPopupEvent {
4 11

  
12

  
5 13
	public enum Reason {
6 14
		CANCEL, SAVE, DELETE;
7 15
	}
......
14 22
		this.reason = reason;
15 23
	}
16 24

  
25

  
17 26
	public Reason getReason() {
18 27
		return reason;
19 28
	}

Also available in: Unified diff