Interface KobotSelectEntity.Companion.SelectHandler
-
- All Implemented Interfaces:
public interface KobotSelectEntity.Companion.SelectHandler
-
-
Method Summary
Modifier and Type Method Description abstract Unit
executeOption(String select)
abstract List<String>
getOptions()
-
-
Method Detail
-
executeOption
abstract Unit executeOption(String select)
-
getOptions
abstract List<String> getOptions()
-
-
-
-