comparison org.eclipse.draw2d/src/org/eclipse/draw2d/ActionEvent.d @ 16:dbfb303e8fb0

first complete successful compile (win-only)
author Frank Benoit <benoit@tionex.de>
date Wed, 18 Mar 2009 08:56:47 +0100
parents bc29606a740c
children
comparison
equal deleted inserted replaced
15:c4b1a29263fc 16:dbfb303e8fb0
11 * Frank Benoit <benoit@tionex.de> 11 * Frank Benoit <benoit@tionex.de>
12 *******************************************************************************/ 12 *******************************************************************************/
13 module org.eclipse.draw2d.ActionEvent; 13 module org.eclipse.draw2d.ActionEvent;
14 14
15 import java.lang.all; 15 import java.lang.all;
16 import java.util.EventObject;
16 17
17 /** 18 /**
18 * An event that occurs as a result of an action being performed. 19 * An event that occurs as a result of an action being performed.
19 */ 20 */
20 public class ActionEvent 21 public class ActionEvent