Interface ConnectionRequestEvent<SRC>

Type Parameters:
SRC - The type of the source in question.
All Superinterfaces:
org.refcodes.mixin.ActionAccessor<org.refcodes.component.ConnectionRequest>, org.refcodes.observer.ActionEvent<org.refcodes.component.ConnectionRequest,SRC>, ComponentEvent<org.refcodes.component.ConnectionRequest,SRC>, ConnectionEvent<org.refcodes.component.ConnectionRequest,SRC>, ConnectionRequestAccessor, org.refcodes.observer.Event<SRC>, org.refcodes.mixin.MetaDataAccessor<org.refcodes.observer.EventMetaData>, org.refcodes.observer.MetaDataActionEvent<org.refcodes.component.ConnectionRequest,org.refcodes.observer.EventMetaData,SRC>, org.refcodes.observer.MetaDataEvent<org.refcodes.observer.EventMetaData,SRC>, org.refcodes.mixin.SourceAccessor<SRC>
All Known Subinterfaces:
CloseRequestedEvent<SRC>, OpenRequestedEvent<SRC>
All Known Implementing Classes:
AbstractConnectionRequestEvent, CloseEvent, OpenEvent

public interface ConnectionRequestEvent<SRC> extends ConnectionEvent<org.refcodes.component.ConnectionRequest,SRC>, ConnectionRequestAccessor
The ConnectionRequestEvent represents a ConnectionRequest and might be vetoed by (depending on the firing observable) throwing a VetoException or VetoException.VetoRuntimeException by the according Observer.