comparison dwt/internal/DWTEventListener.d @ 36:db5a898b2119

Fixed a lot of compile errors
author Jacob Carlborg <doob@me.com> <jacob.carlborg@gmail.com>
date Tue, 07 Oct 2008 12:56:18 +0200
parents f565d3a95c0a
children d8635bb48c7c
comparison
equal deleted inserted replaced
35:7d135fe0caf2 36:db5a898b2119
10 * 10 *
11 * Port to the D programming language: 11 * Port to the D programming language:
12 * Jacob Carlborg <jacob.carlborg@gmail.com> 12 * Jacob Carlborg <jacob.carlborg@gmail.com>
13 *******************************************************************************/ 13 *******************************************************************************/
14 module dwt.internal.DWTEventListener; 14 module dwt.internal.DWTEventListener;
15
16 import dwt.dwthelper.utils : EventListener;
15 17
16 /** 18 /**
17 * This interface is the cross-platform version of the 19 * This interface is the cross-platform version of the
18 * java.util.EventListener interface. 20 * java.util.EventListener interface.
19 * <p> 21 * <p>