comparison dwt/browser/LocationEvent.d @ 286:44258e0b6687

More fixes for xpcom
author John Reimer<terminal.node@gmail.com>
date Tue, 05 Aug 2008 10:11:58 -0700
parents 93409d9838c5
children 4ee8c4237614
comparison
equal deleted inserted replaced
280:e72345914350 286:44258e0b6687
5 * which accompanies this distribution, and is available at 5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html 6 * http://www.eclipse.org/legal/epl-v10.html
7 * 7 *
8 * Contributors: 8 * Contributors:
9 * IBM Corporation - initial API and implementation 9 * IBM Corporation - initial API and implementation
10 * Port to the D programming language:
11 * John Reimer <terminal.node@gmail.com>
12 *******************************************************************************/ 10 *******************************************************************************/
13 module dwt.browser.LocationEvent; 11 module dwt.browser.LocationEvent;
14 12
15 import dwt.dwthelper.utils; 13 import dwt.dwthelper.utils;
16 14
25 * {@link Browser#setUrl(String)} or when the user activates a 23 * {@link Browser#setUrl(String)} or when the user activates a
26 * hyperlink. 24 * hyperlink.
27 * 25 *
28 * @since 3.0 26 * @since 3.0
29 */ 27 */
30 public class LocationEvent : TypedEvent { 28 public class LocationEvent extends TypedEvent {
31 /** current location */ 29 /** current location */
32 public String location; 30 public String location;
33 31
34 /** 32 /**
35 * A flag indicating whether the location opens in the top frame 33 * A flag indicating whether the location opens in the top frame