Interface Disableable
-
- All Known Implementing Classes:
- AgentOptions, ChatRating
public interface DisableableInterface definition for toggling state as enabled or disabled
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidsetDisabled(boolean disabled)Sets state as per parameter
-