Class IndexerListenerCallable

  • All Implemented Interfaces:
    java.util.concurrent.Callable<java.lang.Void>

    public class IndexerListenerCallable
    extends java.lang.Object
    implements java.util.concurrent.Callable<java.lang.Void>
    A Callable object for deferred indexer listener notification.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.logging.Logger LOGGER
      Logger object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Void call()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • LOGGER

        public static final java.util.logging.Logger LOGGER
        Logger object
    • Constructor Detail

      • IndexerListenerCallable

        public IndexerListenerCallable​(IndexerListener listener,
                                       IndexerEvent event)
        Get a callable object for deferred listener notification.
        Parameters:
        listener - the listener to notify
        event - the notification to send
    • Method Detail

      • call

        public java.lang.Void call()
                            throws java.lang.Exception
        Specified by:
        call in interface java.util.concurrent.Callable<java.lang.Void>
        Throws:
        java.lang.Exception