Uses of Interface
org.refcodes.component.ext.observer.ConnectionRequestEvent
-
-
Uses of ConnectionRequestEvent in org.refcodes.component.ext.observer
Subinterfaces of ConnectionRequestEvent 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 ConnectionRequestEvent Modifier and Type Class Description classCloseEventImplementation of theConnectionRequestEventforConnectionRequest.CLOSE.classOpenEventImplementation of theConnectionRequestEventforConnectionRequest.OPEN.
-