|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.soda.dk.notification.NotificationListeners
public class NotificationListeners
The MessageListeners class implements the MessageListener interface.
ErrorListener,
MessageListener| Constructor Summary | |
|---|---|
NotificationListeners(NotificationListener[] objects)
Constructs an MessageListeners object using the input
parameter(s). |
|
NotificationListeners(NotificationListener currentObject,
NotificationListener newObject)
Constructs an MessageListeners object using the input
parameter(s). |
|
| Method Summary | |
|---|---|
static NotificationListener |
add(NotificationListener currentObject,
NotificationListener newObject)
Perform the add method and return the NotificationListener
result. |
NotificationListener[] |
getObjects()
Gets the NotificationListener [] objects property value. |
void |
notificationReceived(java.lang.String topic,
java.util.Dictionary data)
This API will be called each time the TransportService receives a valid message. |
protected NotificationListener |
remove(NotificationListener removeHandler)
Perform the remove method and return the NotificationListener result. |
static NotificationListener |
remove(NotificationListener currentObject,
NotificationListener removeObject)
Perform the remove method and return the NotificationListener result. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NotificationListeners(NotificationListener[] objects)
MessageListeners object using the input
parameter(s).
MessageListener[]
objects - The objects (NotificationListener[]) parameter.NotificationListeners(NotificationListener,NotificationListener)
public NotificationListeners(NotificationListener currentObject,
NotificationListener newObject)
MessageListeners object using the input
parameter(s).
MessageListener
MessageListener
currentObject - The current object (NotificationListener) parameter.newObject - The new object (NotificationListener) parameter.NotificationListeners(NotificationListener[])| Method Detail |
|---|
public static NotificationListener add(NotificationListener currentObject,
NotificationListener newObject)
NotificationListener
result.
NotificationListener
NotificationListener
currentObject - The current object (NotificationListener) parameter.newObject - The new object (NotificationListener) parameter.
NotificationListener) value.
public static NotificationListener remove(NotificationListener currentObject,
NotificationListener removeObject)
NotificationListener result.
NotificationListener
NotificationListener
currentObject - The current object (NotificationListener) parameter.removeObject - The remove object (NotificationListener) parameter.
NotificationListener)
value.remove(NotificationListener)public NotificationListener[] getObjects()
NotificationListener [] objects property value.
NotificationListener[])
value.
public void notificationReceived(java.lang.String topic,
java.util.Dictionary data)
String) parameter.
The data (Object) parameter.
notificationReceived in interface NotificationListenertopic - The topic (String) parameter.data - The data (Dictionary) parameter.protected NotificationListener remove(NotificationListener removeHandler)
NotificationListener result.
NotificationListener
removeHandler - The remove handler (NotificationListener) parameter.
NotificationListener)
value.remove(NotificationListener,NotificationListener)
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||