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.

See Also:
OneWireMonitor

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

Method Detail

oneWireArrival

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

oneWireDeparture

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