Frames | No Frames |
Methods with parameter type mx4j.remote.NotificationTuple | |
void | AbstractRemoteNotificationClientHandler.addNotificationListener(Integer id, NotificationTuple tuple) |
void | Adds the given tuple with the given listener ID to this handler
|
void | Adds the given tuple with the given listener ID to this handler
|
void | Adds the given tuple with the given listener ID to this handler
|
boolean | |
boolean | Returns whether the tuple is already present in this handler
|
Integer | |
Integer | Returns the ID of the listener for the given tuple
|
Integer[] | |
Integer[] | Returns the IDs of the listeners for the given tuple
|
Methods with return type mx4j.remote.NotificationTuple | |
NotificationTuple[] | Closes this handler, that will not accept anymore add or removal of listeners
|
NotificationTuple[] | Closes this handler, that will not accept anymore add or removal of listeners
|
NotificationTuple | Removes the listener with the given ID from this handler
|
NotificationTuple | Removes the listener with the given ID from this handler
|