Class MapListenerSupport.WrapperSynchronousListener<K,V>

All Implemented Interfaces:
MapListener<K,V>, MapListenerSupport.SynchronousListener<K,V>, SynchronousListener<K,V>, EventListener
Direct Known Subclasses:
MapListenerSupport.WrapperPrimingListener
Enclosing class:
MapListenerSupport

public static class MapListenerSupport.WrapperSynchronousListener<K,V> extends MapListenerSupport.WrapperListener<K,V> implements MapListenerSupport.SynchronousListener<K,V>
A wrapper class that turns the specified MapListener into a synchronous listener.
  • Constructor Details

    • WrapperSynchronousListener

      public WrapperSynchronousListener(MapListener<K,V> listener)
      Construct WrapperSynchronousListener.
      Parameters:
      listener - the wrapped MapListener