Package com.iizix.prop
Interface IProxyRemovedListener
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface used to listen to if a proxy source container is removed.
- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptionvoid
onProxySourceRemoved
(PropCnr proxyCnr) Called when the proxy source is removed.
Method Details
onProxySourceRemoved
Called when the proxy source is removed.- Parameters:
proxyCnr
- Proxy container removed.