Uses of Interface
javapns.notification.transmission.NotificationProgressListener

Packages that use NotificationProgressListener
javapns.notification.transmission Specialized classes for transmitting notifications to large number of devices. 
javapns.test Testing tools for the javapns library. 
 

Uses of NotificationProgressListener in javapns.notification.transmission
 

Methods in javapns.notification.transmission that return NotificationProgressListener
 NotificationProgressListener NotificationThreads.getListener()
          Get the progress listener, if any is attached.
 NotificationProgressListener NotificationThread.getListener()
           
 

Methods in javapns.notification.transmission with parameters of type NotificationProgressListener
 void NotificationThreads.setListener(NotificationProgressListener listener)
          Attach an event listener to this object as well as all linked threads.
 void NotificationThread.setListener(NotificationProgressListener listener)
          Provide an event listener which will be notified of this thread's progress.
 

Uses of NotificationProgressListener in javapns.test
 

Fields in javapns.test declared as NotificationProgressListener
static NotificationProgressListener NotificationTest.DEBUGGING_PROGRESS_LISTENER
          A NotificationProgressListener you can use to debug NotificationThreads.
 



Copyright © 2016. All Rights Reserved.