| Modifier and Type | Method and Description |
|---|---|
boolean |
EventQuerySource.supportsListener(SubscriptionInformation<String> information) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventQuerySource.addListener(Collection<SubscriptionInformation<String>> listeners) |
void |
EventQuerySource.removeListener(Collection<SubscriptionInformation<String>> listeners) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MonitorQuerySource.supportsListener(SubscriptionInformation<String> subscriptionInformation) |
| Modifier and Type | Method and Description |
|---|---|
void |
MonitorQuerySource.addListener(Collection<SubscriptionInformation<String>> listeners) |
void |
MonitorQuerySource.removeListener(Collection<SubscriptionInformation<String>> listeners) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SubscriptionSourceTestImpl.supportsListener(SubscriptionInformation<T> information) |
boolean |
SubscriptionSource.supportsListener(SubscriptionInformation<T> information)
Validate if the provided subcription information can bind to this
subscription source
|
| Modifier and Type | Method and Description |
|---|---|
void |
SubscriptionSourceTestImpl.addListener(Collection<SubscriptionInformation<T>> listeners) |
void |
SubscriptionSource.addListener(Collection<SubscriptionInformation<T>> listeners) |
void |
SubscriptionSourceTestImpl.removeListener(Collection<SubscriptionInformation<T>> listeners) |
void |
SubscriptionSource.removeListener(Collection<SubscriptionInformation<T>> listeners) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DataItemSubscriptionSource.supportsListener(SubscriptionInformation<String> subscriptionInformation) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataItemSubscriptionSource.addListener(Collection<SubscriptionInformation<String>> listeners) |
void |
DataItemSubscriptionSource.removeListener(Collection<SubscriptionInformation<String>> listeners) |
Copyright © 2015 Eclipse SCADA Project. All rights reserved.