CoreDX DDS Java Reference Manual
Public Member Functions | List of all members
SimpleRequesterListener< TRep extends ReplyType > Interface Template Reference
Inheritance diagram for SimpleRequesterListener< TRep extends ReplyType >:
ListenerBase

Public Member Functions

void process_reply (Sample< TRep > sample, SampleIdentity_t sample_identity)
 

Detailed Description

SimpleRequesterListener can be installed on a Requester.

SimpleRequesterListener<TRep> abstract class is used to receive notifications of arrival of replies. It is passed to the Requester through RequesterParams. It extends ListenerBase and enables processing of replies. The callback is provided access to the reply sample and returns void.

See also
RequesterParams

Member Function Documentation

void process_reply ( Sample< TRep >  sample,
SampleIdentity_t  sample_identity 
)

Invoked when a reply is available.

Must process the reply.


© 2009-2017 Twin Oaks Computing, Inc
Castle Rock, CO 80108
All rights reserved.