Uses of Interface
org.refcodes.component.ext.observer.GenericConnectionRequestEvent
-
-
Uses of GenericConnectionRequestEvent in org.refcodes.component.ext.observer
Subinterfaces of GenericConnectionRequestEvent in org.refcodes.component.ext.observer Modifier and Type Interface Description interfaceConnectionRequestEventTheConnectionRequestEventrepresents aConnectionRequestand might be vetoed by (depending on the firing observable) throwing aVetoExceptionorVetoException.VetoRuntimeExceptionby the accordingObserver.interfaceGenericCloseEvent<A,META extends org.refcodes.observer.EventMetaData,SRC>TheGenericCloseEventsignals aConnectionRequest.CLOSEevent.interfaceGenericNetworkRequestEvent<CON,A,META extends org.refcodes.observer.EventMetaData,SRC>TheGenericNetworkRequestEventrepresents aConnectionRequestfor a connection and might be vetoed by (depending on the firing observable) throwing aVetoExceptionorVetoException.VetoRuntimeExceptionby the accordingObserver.interfaceGenericOpenEvent<A,META extends org.refcodes.observer.EventMetaData,SRC>TheGenericOpenEventsignals aConnectionRequest.OPENevent.interfaceNetworkRequestEvent<CON>TheNetworkRequestEventrepresents aConnectionRequestfor a connection and might be vetoed by (depending on the firing observable) throwing aVetoExceptionorVetoException.VetoRuntimeExceptionby the accordingObserver.Classes in org.refcodes.component.ext.observer that implement GenericConnectionRequestEvent Modifier and Type Class Description classAbstractConnectionRequestEvent<A,META extends org.refcodes.observer.EventMetaData,SRC>Abstract implementation of the baseGenericConnectionRequestEvent.classAbstractNetworkRequestEvent<CON,A,META extends org.refcodes.observer.EventMetaData,SRC>Abstract implementation of the baseGenericNetworkRequestEvent.classCloseEventImplementation of theConnectionRequestEventforConnectionRequest.CLOSE.classOpenEventImplementation of theConnectionRequestEventforConnectionRequest.OPEN.
-