Interface IExcludedObjectsCallback


  • public interface IExcludedObjectsCallback
    Since:
    1.5
    Author:
    Eugen Neufeld
    • Method Detail

      • isExcluded

        boolean isExcluded​(java.lang.Object object)
        Checks whether an Object is excluded.
        Parameters:
        object - the obejct to check
        Returns:
        true if excluded, false otherwise