Uses of Interface
com.caplin.datasource.publisher.RequestEvent
Packages that use RequestEvent
Package
Description
Defines the methods of providing and publishing data that are used by DataSource for Java.
-
Uses of RequestEvent in com.caplin.datasource.publisher
Methods in com.caplin.datasource.publisher with parameters of type RequestEventModifier and TypeMethodDescriptionvoidDataProvider.onRequest(RequestEvent requestEvent) Callback that informs theDataProviderthat a new request has been received and it should start sending data.