-
public interface NIMMSTAManagerEventHandlerInterface to handle events from a NIMMSTA Manager.
-
-
Method Summary
Modifier and Type Method Description UnitdeviceFound(DeviceSearchEvent event)Called when the NIMMSTA App is searching for scanners and found a scanner that it can connect to UnitdeviceRemoved(DeviceSearchEvent event)Called when the NIMMSTA App is searching for scanners and a previously found scanner is not found anymore UnitlightTagFound(LightTagFoundEvent event)Called when the NIMMSTA App is searching for Light Tags and found a Light Tag that it can connect to -
-
Method Detail
-
deviceFound
Unit deviceFound(DeviceSearchEvent event)
Called when the NIMMSTA App is searching for scanners and found a scanner that it can connect to
- Parameters:
event- DeviceSearchEvent
-
deviceRemoved
Unit deviceRemoved(DeviceSearchEvent event)
Called when the NIMMSTA App is searching for scanners and a previously found scanner is not found anymore
- Parameters:
event- DeviceSearchEvent
-
lightTagFound
Unit lightTagFound(LightTagFoundEvent event)
Called when the NIMMSTA App is searching for Light Tags and found a Light Tag that it can connect to
-
-
-
-