Package dev.prozilla.pine.common
Interface Transmittable<T>
- Type Parameters:
T
- The type of the target object that can receive the transmission
- All Known Subinterfaces:
ColorProperty
,Transceivable<T>
- All Known Implementing Classes:
AdaptiveColorProperty
,AnimatedColorProperty
,AnimatedColorProperty.AnimatedAlpha
,Color
,StyledColorProperty
,TransitionedColorProperty
,VariableColorProperty
public interface Transmittable<T>
Represents an object that can transmit its data.
-
Method Summary
-
Method Details
-
transmit
Transmits this object's data to a given target object.- Parameters:
target
- the target object to which data will be transmitted
-