comparison dwt/browser/LocationEvent.d @ 340:3f4a5c7d138f

Fixes
author John Reimer <terminal.node@gmail.com>
date Sun, 26 Oct 2008 08:09:00 -0700
parents eec6ddb07873
children
comparison
equal deleted inserted replaced
339:c317081df76f 340:3f4a5c7d138f
14 14
15 import tango.text.convert.Format; 15 import tango.text.convert.Format;
16 16
17 import dwt.events.TypedEvent; 17 import dwt.events.TypedEvent;
18 import dwt.widgets.Widget; 18 import dwt.widgets.Widget;
19 import dwt.dwthelper.utils;
19 20
20 /** 21 /**
21 * A <code>LocationEvent</code> is sent by a {@link Browser} to 22 * A <code>LocationEvent</code> is sent by a {@link Browser} to
22 * {@link LocationListener}'s when the <code>Browser</code> 23 * {@link LocationListener}'s when the <code>Browser</code>
23 * navigates to a different URL. This notification typically 24 * navigates to a different URL. This notification typically