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