Interface ClientColorBinding
- All Known Implementing Classes:
ColorOption
public interface ClientColorBinding
Binding between a client color and a consumer.
Implementations are notified when the underlying color becomes unavailable (for example, if it is removed from the global color store).
Implementations are notified when the underlying color becomes unavailable (for example, if it is removed from the global color store).
-
Method Summary
Modifier and TypeMethodDescriptionvoidCalled when the bound color has been deleted.
-
Method Details
-
onClientColorDeleted
void onClientColorDeleted()Called when the bound color has been deleted. Implementations should fall back to a safe default.
-