Bug 846687 - Set the transport as non-seekable if the server sends Accept-Ranges...
[gecko.git] / netwerk / wifi / nsIWifiMonitor.idl
blobad5fd350e643f32dd4a75923e58389a25e0e57e1
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 #include "nsISupports.idl"
6 #include "nsIWifiListener.idl"
8 [scriptable, uuid(F289701E-D9AF-4685-BC2F-E4226FF7C018)]
9 interface nsIWifiMonitor : nsISupports
13 * startWatching
14 * aListener will be called once, then each time the list of wifi access points change.
16 void startWatching(in nsIWifiListener aListener);
19 * stopWatching
20 * cancels all notifications to the |aListener|.
22 void stopWatching(in nsIWifiListener aListener);