Interface TransmissionObserver<T extends org.refcodes.serial.Transmission>

Type Parameters:
T - The type of the transmission in question.
All Superinterfaces:
org.refcodes.observer.Observer<TransmissionEvent<T>>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface
public interface TransmissionObserver<T extends org.refcodes.serial.Transmission>
extends org.refcodes.observer.Observer<TransmissionEvent<T>>
The TransmissionObserver provides means to get signaled by TransmissionEvent instances published by an according subscribed ObservableTransmission.
  • Method Summary

    Methods inherited from interface org.refcodes.observer.Observer

    onEvent