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

    Modifier and Type
    Method
    Description
    void
    Called when the proxy source is removed.
  • Method Details

    • onProxySourceRemoved

      void onProxySourceRemoved(PropCnr proxyCnr)
      Called when the proxy source is removed.
      Parameters:
      proxyCnr - Proxy container removed.