![JAR search and dependency download from the Maven repository](/logo.png)
org.sputnikdev.bluetooth.manager.impl.BluetoothObjectGovernor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bluetooth-manager Show documentation
Show all versions of bluetooth-manager Show documentation
A library/framework for managing bluetooth adapters, bluetooth devices, GATT services and characteristics
package org.sputnikdev.bluetooth.manager.impl;
import org.sputnikdev.bluetooth.manager.BluetoothGovernor;
/**
*
* @author Vlad Kolotov
*/
interface BluetoothObjectGovernor extends BluetoothGovernor {
/**
* Initializing the governor.
*/
void init();
/**
* Updating the governor.
*/
void update();
/**
* Resetting the governor to be reused later.
*/
void reset();
/**
* Disposing the governor so that it cannot be reused.
*/
void dispose();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy