public class EventCollector extends java.lang.Object implements IEventCollector
| Modifier and Type | Field and Description | 
|---|---|
| static IEventCollector | NULL_EVENT_COLLECTOR | 
| Constructor and Description | 
|---|
| EventCollector(IKontaktApiClient kontaktApiClient,
              int monitoringSyncInterval) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | clear() | 
| void | collect(RemoteBluetoothDevice device) | 
| void | start() | 
| void | stop() | 
public static final IEventCollector NULL_EVENT_COLLECTOR
public EventCollector(IKontaktApiClient kontaktApiClient, int monitoringSyncInterval)
public void collect(RemoteBluetoothDevice device)
collect in interface IEventCollectorpublic void stop()
stop in interface IEventCollectorpublic void clear()
clear in interface IEventCollectorpublic void start()
start in interface IEventCollector