Project

General

Profile

« Previous | Next » 

Revision 3be6ef3e

Added by Niels Hoffmann over 13 years ago

performed javacscript:fix and worked on documentation

View differences:

taxeditor-editor/src/main/java/eu/etaxonomy/taxeditor/section/BulkEditorOpeningSelectionListener.java
20 20
import eu.etaxonomy.taxeditor.editor.EditorUtil;
21 21

  
22 22
/**
23
 * <p>BulkEditorOpeningSelectionListener class.</p>
24
 *
23 25
 * @author n.hoffmann
24 26
 * @created Apr 26, 2010
25 27
 * @version 1.0
......
31 33
	
32 34
	private IdentifiableEntity entity;
33 35

  
36
	/**
37
	 * <p>Constructor for BulkEditorOpeningSelectionListener.</p>
38
	 *
39
	 * @param entity a {@link eu.etaxonomy.cdm.model.common.IdentifiableEntity} object.
40
	 */
34 41
	public BulkEditorOpeningSelectionListener(IdentifiableEntity entity){
35 42
		this.entity = entity;
36 43
	}
37 44

  
45
	/** {@inheritDoc} */
38 46
	@Override
39 47
	public void widgetSelected(SelectionEvent e) {
40 48
		try {
......
54 62
		}
55 63
	}
56 64
	
57
}
65
}

Also available in: Unified diff