Subversion Repositories eFlore/Applications.del

Rev

Rev 210 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 210 Rev 234
Line 5... Line 5...
5
import com.google.gwt.event.shared.GwtEvent;
5
import com.google.gwt.event.shared.GwtEvent;
Line 6... Line 6...
6
 
6
 
Line 7... Line 7...
7
public class EvenementAjoutDetermination extends GwtEvent<GestionnaireEvenementAjoutDetermination> {
7
public class EvenementAjoutDetermination extends GwtEvent<GestionnaireEvenementAjoutDetermination> {
8
 
-
 
9
	public static com.google.gwt.event.shared.GwtEvent.Type<GestionnaireEvenementAjoutDetermination> TYPE = new com.google.gwt.event.shared.GwtEvent.Type<GestionnaireEvenementAjoutDetermination>();
8
 
Line 10... Line 9...
10
 
9
	public static com.google.gwt.event.shared.GwtEvent.Type<GestionnaireEvenementAjoutDetermination> TYPE = new com.google.gwt.event.shared.GwtEvent.Type<GestionnaireEvenementAjoutDetermination>();
11
	private PropositionDetermination propositionDetermination;
10
	private PropositionDetermination propositionDetermination;
12
 
11