net.java.sip.communicator.impl.protocol.sip
Interface EventPackageNotifier.SubscriptionFilter
- Enclosing class:
- EventPackageNotifier
public static interface EventPackageNotifier.SubscriptionFilter
Represents a filter for Subscriptions i.e. it determines whether
a specific Subscription is to be selected or deselected by the
caller of the filter.
accept
boolean accept(EventPackageNotifier.Subscription subscription)
- Determines whether the specified Subscription is accepted by
this SubscriptionFilter i.e. whether the caller of this
instance is to include or exclude the specified Subscription
from their list of processed Subscriptions.
- Parameters:
subscription - the Subscription to be checked
- Returns:
- true if this SubscriptionFilter accepts
the specified subscription i.e. the caller of this instance
should include subscription in their list of processed
Subscriptions; otherwise, false
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.