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

Method Summary
 void deviceArrival(DeviceMonitorEvent dme)
          Arrival event
 void deviceDeparture(DeviceMonitorEvent dme)
          Depart event
 void networkException(DeviceMonitorException dme)
          Exception event
 

Method Detail

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-2005 Dallas Semiconductor. All Rights Reserved.