public interface SubscriptionSource<T>
Modifier and Type | Method and Description |
---|---|
void |
addListener(Collection<SubscriptionInformation<T>> listeners) |
void |
removeListener(Collection<SubscriptionInformation<T>> listeners) |
boolean |
supportsListener(SubscriptionInformation<T> information)
Validate if the provided subcription information can bind to this
subscription source
|
boolean supportsListener(SubscriptionInformation<T> 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(Collection<SubscriptionInformation<T>> listeners)
void removeListener(Collection<SubscriptionInformation<T>> listeners)
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.