flex.messaging.client
Interface PollWaitListener

All Known Implementing Classes:
AMFEndpoint, BasePollingHTTPEndpoint, HTTPEndpoint, SecureAMFEndpoint, SecureHTTPEndpoint

public interface PollWaitListener

Used alongside invocations of FlexClient.pollWithWait() to allow calling code to maintain a record of the Objects being used to place waited poll requests into a wait state. This can be used to break the threads out of their wait state separately from the internal waited poll handling within FlexClient.


Method Summary
 void waitEnd(Object notifier)
          Hook method invoked directly after a wait completes.
 void waitStart(Object notifier)
          Hook method invoked directly before a wait begins.
 

Method Detail

waitStart

void waitStart(Object notifier)
Hook method invoked directly before a wait begins.

Parameters:
notifier - The Object being used to wait()/notify().

waitEnd

void waitEnd(Object notifier)
Hook method invoked directly after a wait completes.

Parameters:
notifier - The Object being used to wait()/notify().


Copyright © 2008 Adobe Systems Inc. All Rights Reserved.

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/blazeds/1/javadoc/flex/messaging/client/PollWaitListener.html