com.dalsemi.onewire.utils
Interface OneWireMonitorEventListener


public interface OneWireMonitorEventListener

Implementing this interface will allow a class to receive 1-Wire device arrival/departure events from a OneWireMonitor.


Method Summary
 void oneWireArrival(OneWireMonitorEvent owme)
          Called when a new 1-Wire device is detected on the network.
 void oneWireDeparture(OneWireMonitorEvent owme)
          Called when a 1-Wire device has left the network.
 

Method Detail

oneWireArrival

public void oneWireArrival(OneWireMonitorEvent owme)
Called when a new 1-Wire device is detected on the network.

oneWireDeparture

public void oneWireDeparture(OneWireMonitorEvent owme)
Called when a 1-Wire device has left the network.