Class NotificationListenerCallable

java.lang.Object
gov.usgs.earthquake.distribution.NotificationListenerCallable
All Implemented Interfaces:
Callable<Void>

public class NotificationListenerCallable extends Object implements Callable<Void>
A Callable object for deferred listener notification.
  • Constructor Details

    • NotificationListenerCallable

      public NotificationListenerCallable(NotificationListener listener, NotificationEvent event)
      Create an ExecutorListenerNotifierCallable.
      Parameters:
      listener - the listener to notify
      event - the notification to send
  • Method Details