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.
@FunctionalInterface public interface IProxyRemovedListener
Interface used to listen to if a proxy source container is removed.- Author:
- Christopher Mindus
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onProxySourceRemoved(PropCnr proxyCnr)
Called when the proxy source is removed.
-
-
-
Method Detail
-
onProxySourceRemoved
void onProxySourceRemoved(PropCnr proxyCnr)
Called when the proxy source is removed.- Parameters:
proxyCnr
- Proxy container removed.
-
-