public interface org.ehcache.core.spi.store.events.StoreEventSource<K, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.ehcache.core.spi.store.events.StoreEventSource
  super_class: java.lang.Object
{
  public abstract void addEventListener(org.ehcache.core.spi.store.events.StoreEventListener<K, V>);
    descriptor: (Lorg/ehcache/core/spi/store/events/StoreEventListener;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/ehcache/core/spi/store/events/StoreEventListener<TK;TV;>;)V
    MethodParameters:
               Name  Flags
      eventListener  

  public abstract void removeEventListener(org.ehcache.core.spi.store.events.StoreEventListener<K, V>);
    descriptor: (Lorg/ehcache/core/spi/store/events/StoreEventListener;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/ehcache/core/spi/store/events/StoreEventListener<TK;TV;>;)V
    MethodParameters:
               Name  Flags
      eventListener  

  public abstract void addEventFilter(org.ehcache.core.spi.store.events.StoreEventFilter<K, V>);
    descriptor: (Lorg/ehcache/core/spi/store/events/StoreEventFilter;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/ehcache/core/spi/store/events/StoreEventFilter<TK;TV;>;)V
    MethodParameters:
             Name  Flags
      eventFilter  

  public abstract void setEventOrdering(boolean);
    descriptor: (Z)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException
    MethodParameters:
          Name  Flags
      ordering  

  public abstract void setSynchronous(boolean);
    descriptor: (Z)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.IllegalArgumentException
    MethodParameters:
             Name  Flags
      synchronous  

  public abstract boolean isEventOrdering();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "StoreEventSource.java"