javapns.notification.transmission
Interface NotificationProgressListener


public interface NotificationProgressListener

An event listener for monitoring progress of NotificationThreads

Author:
Sylvain Pedneault

Method Summary
 void eventAllThreadsFinished(NotificationThreads notificationThreads)
           
 void eventAllThreadsStarted(NotificationThreads notificationThreads)
           
 void eventConnectionRestarted(NotificationThread notificationThread)
           
 void eventCriticalException(NotificationThread notificationThread, Exception exception)
           
 void eventThreadFinished(NotificationThread notificationThread)
           
 void eventThreadStarted(NotificationThread notificationThread)
           
 

Method Detail

eventAllThreadsStarted

void eventAllThreadsStarted(NotificationThreads notificationThreads)

eventThreadStarted

void eventThreadStarted(NotificationThread notificationThread)

eventThreadFinished

void eventThreadFinished(NotificationThread notificationThread)

eventConnectionRestarted

void eventConnectionRestarted(NotificationThread notificationThread)

eventAllThreadsFinished

void eventAllThreadsFinished(NotificationThreads notificationThreads)

eventCriticalException

void eventCriticalException(NotificationThread notificationThread,
                            Exception exception)