Package | Description |
---|---|
mx4j.remote |
Modifier and Type | Method and Description |
---|---|
NotificationTuple[] |
RemoteNotificationServerHandler.close()
Closes this handler, that will not accept anymore add or removal of listeners
|
NotificationTuple[] |
DefaultRemoteNotificationServerHandler.close() |
NotificationTuple |
RemoteNotificationServerHandler.removeNotificationListener(java.lang.Integer id)
Removes the listener with the given ID from this handler
|
NotificationTuple |
DefaultRemoteNotificationServerHandler.removeNotificationListener(java.lang.Integer id) |
Modifier and Type | Method and Description |
---|---|
void |
RemoteNotificationServerHandler.addNotificationListener(java.lang.Integer id,
NotificationTuple tuple)
Adds the given tuple with the given listener ID to this handler
|
void |
AbstractRemoteNotificationClientHandler.addNotificationListener(java.lang.Integer id,
NotificationTuple tuple) |
void |
DefaultRemoteNotificationServerHandler.addNotificationListener(java.lang.Integer id,
NotificationTuple tuple) |
void |
RemoteNotificationClientHandler.addNotificationListener(java.lang.Integer id,
NotificationTuple tuple)
Adds the given tuple with the given listener ID to this handler
|
boolean |
AbstractRemoteNotificationClientHandler.contains(NotificationTuple tuple) |
boolean |
RemoteNotificationClientHandler.contains(NotificationTuple tuple)
Returns whether the tuple is already present in this handler
|
java.lang.Integer |
AbstractRemoteNotificationClientHandler.getNotificationListener(NotificationTuple tuple) |
java.lang.Integer |
RemoteNotificationClientHandler.getNotificationListener(NotificationTuple tuple)
Returns the ID of the listener for the given tuple
|
java.lang.Integer[] |
AbstractRemoteNotificationClientHandler.getNotificationListeners(NotificationTuple tuple) |
java.lang.Integer[] |
RemoteNotificationClientHandler.getNotificationListeners(NotificationTuple tuple)
Returns the IDs of the listeners for the given tuple
|