Uses of Interface
org.refcodes.serial.ext.observer.ObservableTransmission
-
Uses of ObservableTransmission in org.refcodes.serial.ext.observer
Subinterfaces of ObservableTransmission in org.refcodes.serial.ext.observerModifier and TypeInterfaceDescriptioninterfaceObservableSection<T extends org.refcodes.serial.Section>TheObservableSectionimplements theObservableinterface in order to fire events upon a transmission being received (as ofSection.receiveFrom(java.io.InputStream, int, java.io.OutputStream)orSection.fromTransmission(org.refcodes.serial.Sequence, int)or the like).interfaceObservableSegment<T extends org.refcodes.serial.Segment>TheObservableSegmentimplements theObservableinterface in order to fire events upon a transmission being received (as ofSegment.receiveFrom(java.io.InputStream, java.io.OutputStream)orSegment.fromTransmission(org.refcodes.serial.Sequence)or the like).Classes in org.refcodes.serial.ext.observer that implement ObservableTransmissionModifier and TypeClassDescriptionclassObservableSectionDecorator<DECORATEE extends org.refcodes.serial.Section>TheObservableSectionclass enriches aSectiondecoratee with observer functionality as of theObservableSectioninterface.classObservableSegmentDecorator<DECORATEE extends org.refcodes.serial.Segment>TheObservableSegmentclass enriches aSegmentdecoratee with observer functionality as of theObservableSegmentinterface.Constructors in org.refcodes.serial.ext.observer with parameters of type ObservableTransmissionModifierConstructorDescriptionTransmissionEvent(T aTransmssion, ObservableTransmission<T> aSource) Constructs an event with the given source.