com.devexperts.qd.logger
Class LoggedSubscriptionListener

java.lang.Object
  extended by com.devexperts.qd.logger.LoggedObject
      extended by com.devexperts.qd.logger.LoggedSubscriptionListener
All Implemented Interfaces:
SubscriptionListener

public class LoggedSubscriptionListener
extends LoggedObject
implements SubscriptionListener


Field Summary
 
Fields inherited from class com.devexperts.qd.logger.LoggedObject
log, name
 
Fields inherited from interface com.devexperts.qd.SubscriptionListener
VOID
 
Constructor Summary
LoggedSubscriptionListener(QDLog log, java.lang.String name, SubscriptionListener delegate, SubscriptionProvider src_provider)
           
 
Method Summary
 void subscriptionAvailable(SubscriptionProvider provider)
          Notifies this listener that subscription is available in the specified subscription provider.
 
Methods inherited from class com.devexperts.qd.logger.LoggedObject
child, debug, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LoggedSubscriptionListener

public LoggedSubscriptionListener(QDLog log,
                                  java.lang.String name,
                                  SubscriptionListener delegate,
                                  SubscriptionProvider src_provider)
Method Detail

subscriptionAvailable

public void subscriptionAvailable(SubscriptionProvider provider)
Description copied from interface: SubscriptionListener
Notifies this listener that subscription is available in the specified subscription provider.

Specified by:
subscriptionAvailable in interface SubscriptionListener