Uses of Interface
org.refcodes.component.ext.observer.GenericConnectionStatusEvent
-
-
Uses of GenericConnectionStatusEvent in org.refcodes.component.ext.observer
Subinterfaces of GenericConnectionStatusEvent in org.refcodes.component.ext.observer Modifier and Type Interface Description interfaceConnectionStatusEventTheConnectionStatusEventindicates theConnectionStatusfor a component.interfaceGenericClosedEvent<A,META extends org.refcodes.observer.EventMetaData,SRC>TheGenericClosedEventsignals aConnectionStatus.CLOSEDevent.interfaceGenericNetworkStatusEvent<CON,A,META extends org.refcodes.observer.EventMetaData,SRC>TheGenericNetworkStatusEventindicates theConnectionStatusfor a component's connection.interfaceGenericOpenedEvent<A,META extends org.refcodes.observer.EventMetaData,SRC>TheGenericOpenedEventsignals aConnectionStatus.OPENEDevent.interfaceNetworkStatusEvent<CON>TheNetworkStatusEventindicates theConnectionStatusfor a component's connection.Classes in org.refcodes.component.ext.observer that implement GenericConnectionStatusEvent Modifier and Type Class Description classAbstractConnectionStatusEvent<A,META extends org.refcodes.observer.EventMetaData,SRC>Abstract implementation of the baseGenericConnectionStatusEvent.classAbstractNetworkStatusEvent<CON,A,META extends org.refcodes.observer.EventMetaData,SRC>Abstract implementation of the baseGenericNetworkStatusEvent.classClosedEventImplementation of theConnectionStatusEventforConnectionStatus.CLOSED.classOpenedEventImplementation of theConnectionStatusEventforConnectionStatus.OPENED.
-