Interface BeanStore.DestructionCallback

All Superinterfaces:
Serializable
Enclosing class:
BeanStore

public static interface BeanStore.DestructionCallback extends Serializable
Callback interface for receiving notifications about a BeanStore being destroyed.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • beanStoreDestroyed

      void beanStoreDestroyed(BeanStore beanStore)