com.vaadin.spring.internal
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
 void beanStoreDestroyed(BeanStore beanStore)
           
 

Method Detail

beanStoreDestroyed

void beanStoreDestroyed(BeanStore beanStore)


Copyright © 2016 Vaadin Ltd. All Rights Reserved.