org.eclipse.emf.ecp.common.spi.cachetree
Interface IExcludedObjectsCallback


public interface IExcludedObjectsCallback

Since:
1.5
Author:
Eugen Neufeld

Method Summary
 boolean isExcluded(Object object)
          Checks whether an Object is excluded.
 

Method Detail

isExcluded

boolean isExcluded(Object object)
Checks whether an Object is excluded.

Parameters:
object - the obejct to check
Returns:
true if excluded, false otherwise


Copyright © 2015. All Rights Reserved.