/**@class android.net.EthernetManager.Listener
 A listener interface to receive notification on changes in Ethernet.
*/
var Listener = {

/**Called when Ethernet port's availability is changed.
@param {String} iface Ethernet interface name
@param {Boolean} isAvailable {@code true} if Ethernet port exists.
*/
onAvailabilityChanged : function(  ) {},


};