|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--com.dalsemi.onewire.application.monitor.DeviceMonitorEvent
Represents a group of 1-Wire addresses that have either arrived to or departed from the 1-Wire network.
Field Summary | |
static int |
ARRIVAL
enum for arrival/departure event types |
static int |
DEPARTURE
enum for arrival/departure event types |
Method Summary | |
DSPortAdapter |
getAdapter()
Returns DSPortAdapter the monitor was using when the event was generated |
long |
getAddressAsLongAt(int index)
Returns the device address at the specified index as a primitive long. |
String |
getAddressAsStringAt(int index)
Returns the device address at the specified index as a String. |
byte[] |
getAddressAt(int index)
Returns the device address at the specified index as a byte array. |
OneWireContainer |
getContainerAt(int index)
Returns the OneWireContainer for the address at the specified index |
int |
getDeviceCount()
Returns the number of devices associated with this event |
int |
getEventType()
Returns the event type (ARRIVAL | DEPARTURE) |
AbstractDeviceMonitor |
getMonitor()
Returns the monitor which generated this event |
OWPath |
getPathForContainerAt(int index)
Returns the Path object for the device at the specified index |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int ARRIVAL
public static final int DEPARTURE
Method Detail |
public int getEventType()
public AbstractDeviceMonitor getMonitor()
public DSPortAdapter getAdapter()
public int getDeviceCount()
public OneWireContainer getContainerAt(int index)
public OWPath getPathForContainerAt(int index)
public long getAddressAsLongAt(int index)
public byte[] getAddressAt(int index)
public String getAddressAsStringAt(int index)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |