Interface Switchable
-
- All Implemented Interfaces:
public interface Switchable
Glom
-
-
Method Summary
Modifier and Type Method Description Boolean
isEnable()
Boolean
isDisable()
Unit
whenEnable()
Unit
whenDisable()
abstract Boolean
getDefaultEnable()
-
-
Method Detail
-
whenEnable
Unit whenEnable()
-
whenDisable
Unit whenDisable()
-
getDefaultEnable
abstract Boolean getDefaultEnable()
-
-
-
-