public class SubscriptionRecorder extends java.lang.Object implements SubscriptionListener
| Constructor and Description |
|---|
SubscriptionRecorder() |
| Modifier and Type | Method and Description |
|---|---|
void |
added(SubscriptionSource source) |
java.util.List<java.lang.Object> |
getList() |
void |
removed(SubscriptionSource source) |
void |
setList(java.util.List<java.lang.Object> list) |
void |
updateStatus(java.lang.Object topic,
SubscriptionState subscriptionState)
The subscription status update method.
|
public void updateStatus(java.lang.Object topic,
SubscriptionState subscriptionState)
SubscriptionListenerupdateStatus in interface SubscriptionListenertopic - The topic that is notifiedsubscriptionState - The new status of the subscriptionpublic void added(SubscriptionSource source)
public void removed(SubscriptionSource source)
public java.util.List<java.lang.Object> getList()
public void setList(java.util.List<java.lang.Object> list)
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