Package dev.prozilla.pine.common
Interface Transceivable<T extends Transceivable<T>>
- Type Parameters:
T
- The type of the transceivable object
- All Superinterfaces:
Transmittable<T>
- All Known Implementing Classes:
Color
Represents an object that can both transmit and receive data.
-
Method Summary
Methods inherited from interface dev.prozilla.pine.common.Transmittable
transmit
-
Method Details
-
receive
Transmits data from thesource
object to this object.- Parameters:
source
- The object from which data will be received
-
self
T self()
-