nsISupports
Last changed in Gecko 1.9.1 (Firefox 3.5 / Thunderbird 3.0 / SeaMonkey 2.0)void onChange([array, size_is(aLen)] in nsIWifiAccessPoint accessPoints, in unsigned long aLen); |
void onError(in long error); |
Called when the list of available access points changes.
void onChange( [array, size_is(aLen)] in nsIWifiAccessPoint accessPoints, in unsigned long aLen );
accessPoints
nsIWifiAccessPoint
objects representing all currently-available WiFi access points.aLen
accessPoints
array.Called when an error occurs while updating the WiFi access point list.
void onError( in long error );
error
nsresult
value indicating the error that occurred.