public abstract class AbstractBluetoothDeviceEvent extends java.lang.Object implements BluetoothDeviceEvent
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(java.lang.Object o)  | 
java.util.List<? extends RemoteBluetoothDevice> | 
getDeviceList()
Provides device list. 
 | 
DeviceProfile | 
getDeviceProfile()  | 
EventType | 
getEventType()  | 
long | 
getTimestamp()  | 
int | 
hashCode()  | 
public EventType getEventType()
getEventType in interface BluetoothDeviceEventpublic java.util.List<? extends RemoteBluetoothDevice> getDeviceList()
getDeviceList in interface BluetoothDeviceEventpublic long getTimestamp()
getTimestamp in interface BluetoothDeviceEventpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic DeviceProfile getDeviceProfile()
getDeviceProfile in interface BluetoothDeviceEventpublic int hashCode()
hashCode in class java.lang.Object