ScopeFilter

public class ScopeFilter implements Filter

A filter that only accepts events from a scope and all its subscopes.

Author

swrede, jwienke

Constructors

ScopeFilter

public ScopeFilter(Scope scope)

Constructor.

Parameters

scope – the desired scope, not null

Throws

IllegalArgumentException – scope is null

Methods

equals

public boolean equals(Object that)

getScope

public Scope getScope()

Returns the scope this filter operates for. Events from this scope and all subscopes are accepted.

Returns

the scope, not null

hashCode

public int hashCode()

match

public boolean match(Event event)