javapns.notification.transmission
Interface NotificationProgressListener
public interface NotificationProgressListener
An event listener for monitoring progress of NotificationThreads
- Author:
- Sylvain Pedneault
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)