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