Interface ConnectionRequestAccessor
-
- All Known Subinterfaces:
ConnectionRequestAccessor.ConnectionRequestProperty,ConnectionRequestEvent,GenericCloseEvent<A,META,SRC>,GenericConnectionRequestEvent<A,META,SRC>,GenericNetworkRequestEvent<CON,A,META,SRC>,GenericOpenEvent<A,META,SRC>,NetworkRequestEvent<CON>
- All Known Implementing Classes:
AbstractConnectionRequestEvent,AbstractNetworkRequestEvent,CloseEvent,OpenEvent
public interface ConnectionRequestAccessorProvides an accessor for aConnectionRequestproperty.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceConnectionRequestAccessor.ConnectionRequestMutatorProvides a mutator for aConnectionRequestproperty.static interfaceConnectionRequestAccessor.ConnectionRequestPropertyProvides aConnectionRequestproperty.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.refcodes.component.ConnectionRequestgetConnectionRequest()Retrieves theConnectionRequestproperty from the property.
-
-
-
Method Detail
-
getConnectionRequest
org.refcodes.component.ConnectionRequest getConnectionRequest()
Retrieves theConnectionRequestproperty from the property. Determines in whichConnectionRequestis being requested for a component.- Returns:
- Returns the
ConnectionRequestproperty stored by the property.
-
-