-
public interface IThingSweeperPlugin
-
-
Method Summary
Modifier and Type Method Description abstract IThingSweepergetSweeperInstance()Get the laser sweeper module abstract voidonDestroy()Release this module -
-
Method Detail
-
getSweeperInstance
abstract IThingSweeper getSweeperInstance()
Get the laser sweeper module
-
onDestroy
abstract void onDestroy()
Release this module
-
-
-
-