public class UnlistenEventFilter extends Object implements EventFilter
UnlistenEvent
instances
by default, which doesn't match the registered domains of the user/client for report reasons.Constructor and Description |
---|
UnlistenEventFilter(ListenDomainAccessor aListenDomainAccessor,
String aUserId,
UnlistenEventListener.Scope anUnlistenScope) |
Modifier and Type | Method and Description |
---|---|
boolean |
match(Event anEvent)
Filters all
UnlistenEvent instances which doesn't
match the registered domains for the current user/client or which are sent on a other scope (UnlistenEventListener.Scope . |
public UnlistenEventFilter(ListenDomainAccessor aListenDomainAccessor, String aUserId, UnlistenEventListener.Scope anUnlistenScope)
public boolean match(Event anEvent)
UnlistenEvent
instances which doesn't
match the registered domains for the current user/client or which are sent on a other scope (UnlistenEventListener.Scope
.match
in interface EventFilter
anEvent
- event to checkCopyright © 2012. All Rights Reserved.