rtpi.transport
Interface NotificationRecipient


public abstract interface NotificationRecipient

This is the interface which needs to be implemented by a class that wants to be the receive notifications about the network status.

Author:
Martin Mauve

Method Summary
 void networkResourcesAvailable()
          This method is called by the transport instance in response to a queryNetworkResources call.
 

Method Detail

networkResourcesAvailable

public void networkResourcesAvailable()
This method is called by the transport instance in response to a queryNetworkResources call. It is delayed untill the network load reaches the desired level.
Parameters:
packet - The transport packet.