public interface SubscriptionSource
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(java.util.Collection<SubscriptionInformation> listeners) |
void |
removeListener(java.util.Collection<SubscriptionInformation> listeners) |
boolean |
supportsListener(SubscriptionInformation information)
Validate if the provided subcription information can bind to this subscription source
|
boolean supportsListener(SubscriptionInformation information)
information - The information to checktrue if the listener can bind to this event source. In this case the addListener(Collection)
method may not reject the listener.void addListener(java.util.Collection<SubscriptionInformation> listeners)
void removeListener(java.util.Collection<SubscriptionInformation> listeners)
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0