com.dalsemi.onewire.application.monitor
Interface DeviceMonitorEventListener
- public interface DeviceMonitorEventListener
Interface for classes which will listen to device monitor
events such as arrivals, departures, and network exceptions.
- Version:
- 1.00
- Author:
- SH
deviceArrival
public void deviceArrival(DeviceMonitorEvent dme)
- Arrival event
- Parameters:
dme
- arrival event
deviceDeparture
public void deviceDeparture(DeviceMonitorEvent dme)
- Depart event
- Parameters:
dme
- departure event
networkException
public void networkException(DeviceMonitorException dme)
- Exception event
- Parameters:
dme
- an exception generated during search.
Copyright © 1999-2003 Dallas Semiconductor. All Rights Reserved.