public interface RequestEvent
Event that is raised when a peer requests a subject. You do not need to implement
RequestEvent
; instances of RequestEvent
are supplied through the
DataProvider.onRequest(RequestEvent)
method of
DataProvider
.
Your implementation must handle the receipt of RequestEvent
s through its
DataProvider.onRequest(RequestEvent)
method; see the description of
DataProvider.onRequest(RequestEvent)
for details.
Modifier and Type | Method and Description |
---|---|
Peer |
getPeer()
Gets the
Peer that is requesting the subject. |
java.lang.String |
getSubject()
Gets the subject that is being requested.
|
Please send bug reports and comments to Caplin support