com.kuka.resource.pool
Interface FacadeFilter<T>

Type Parameters:
T - The facade class.
All Known Subinterfaces:
ResourceFacadeFilter<T>

public interface FacadeFilter<T>

This interface is used to filter facades. Only facades that are accepted by an implementation of this interface are passed through the filter.


Method Summary
 boolean accept(T facade)
           
 

Method Detail

accept

boolean accept(T facade)
Parameters:
facade - A facade to be filtered.
Returns:
True, if the facade is to passed through the filter.


Copyright © 2019. All rights reserved.