th.co.edge.jseq
Interface ActivationList.Filter

All Known Implementing Classes:
ClassExclusionFilter, ConstructorFilter, MethodFilter
Enclosing class:
ActivationList

public static interface ActivationList.Filter

An interface used by the filter and find methods to determine if an Activation is acceptable or not.

See Also:
ActivationList.filter(Filter), ActivationList.find(Filter)

Method Summary
 boolean accept(Activation activation)
          This method determines if an Activation is accepted by a Filter instance or not.
 

Method Detail

accept

boolean accept(Activation activation)
This method determines if an Activation is accepted by a Filter instance or not. It should return true if the given Activation should be accepted, false otherwise.

Parameters:
activation - the Activation to check for acceptance
Returns:
true if activation is accepted, false otherwise


Copyright © 2008 Edge Software, Co., Ltd.. All Rights Reserved.