DEPRECATED: Diffusion Silverlight Classic API  5.9.4
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
PushTechnology.Transports.Paging.PagedTopicHelper Class Referenceabstract

Helps to send the contents of an inbound message to a listener. More...

Inheritance diagram for PushTechnology.Transports.Paging.PagedTopicHelper:
PushTechnology.Transports.Paging.PagedTopicHelperRecord PushTechnology.Transports.Paging.PagedTopicHelperString

Public Member Functions

void Notify (TopicMessage message)
 Notify the content of the paged message to the listener. More...
 
abstract ILines CreateLines (TopicMessage message)
 Creates the lines for the given paged message. More...
 

Protected Member Functions

 PagedTopicHelper (PagedTopicHandler handler, IPagedTopicListener listener)
 Constructor. More...
 

Properties

PagedTopicHandler Handler [get, set]
 Get/set the paged topic handler. More...
 
IPagedTopicListener Listener [get, set]
 Get/set the paged topic listener. More...
 

Detailed Description

Helps to send the contents of an inbound message to a listener.

Constructor & Destructor Documentation

PushTechnology.Transports.Paging.PagedTopicHelper.PagedTopicHelper ( PagedTopicHandler  handler,
IPagedTopicListener  listener 
)
protected

Constructor.

Parameters
handler
listener

Member Function Documentation

abstract ILines PushTechnology.Transports.Paging.PagedTopicHelper.CreateLines ( TopicMessage  message)
pure virtual

Creates the lines for the given paged message.

Parameters
message
Returns

Implemented in PushTechnology.Transports.Paging.PagedTopicHelperRecord, and PushTechnology.Transports.Paging.PagedTopicHelperString.

void PushTechnology.Transports.Paging.PagedTopicHelper.Notify ( TopicMessage  message)

Notify the content of the paged message to the listener.

Parameters
message

Property Documentation

PagedTopicHandler PushTechnology.Transports.Paging.PagedTopicHelper.Handler
getset

Get/set the paged topic handler.

IPagedTopicListener PushTechnology.Transports.Paging.PagedTopicHelper.Listener
getset

Get/set the paged topic listener.


The documentation for this class was generated from the following file: