Uses of Interface
org.refcodes.component.ext.observer.GenericNetworkRequestEvent
-
-
Uses of GenericNetworkRequestEvent in org.refcodes.component.ext.observer
Subinterfaces of GenericNetworkRequestEvent in org.refcodes.component.ext.observer Modifier and Type Interface Description 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 GenericNetworkRequestEvent Modifier and Type Class Description classAbstractNetworkRequestEvent<CON,A,META extends org.refcodes.observer.EventMetaData,SRC>Abstract implementation of the baseGenericNetworkRequestEvent.
-