- Direct Known Subclasses:
- BeaconManager, BeaconScanner, ContentManager, NearbyManager, RegionManager, VisitManager, WifiManager
public class Manager
extends java.lang.Object
Manager is the base class for all of the managers in the Swirl library. It defines
start, stop and init. By default managers all share the same internal single thread
executor.