Uses of Class
mx4j.remote.NotificationTuple

Packages that use NotificationTuple
mx4j.remote   
 

Uses of NotificationTuple in mx4j.remote
 

Methods in mx4j.remote that return NotificationTuple
 NotificationTuple RemoteNotificationServerHandler.removeNotificationListener(java.lang.Integer id)
          Removes the listener with the given ID from this handler
 NotificationTuple[] RemoteNotificationServerHandler.close()
          Closes this handler, that will not accept anymore add or removal of listeners
 NotificationTuple DefaultRemoteNotificationServerHandler.removeNotificationListener(java.lang.Integer id)
           
 NotificationTuple[] DefaultRemoteNotificationServerHandler.close()
           
 

Methods in mx4j.remote with parameters of type NotificationTuple
 void RemoteNotificationServerHandler.addNotificationListener(java.lang.Integer id, NotificationTuple tuple)
          Adds the given tuple with the given listener ID to this handler
 boolean RemoteNotificationClientHandler.contains(NotificationTuple tuple)
          Returns whether the tuple is already present in this handler
 void RemoteNotificationClientHandler.addNotificationListener(java.lang.Integer id, NotificationTuple tuple)
          Adds the given tuple with the given listener ID to this handler
 java.lang.Integer[] RemoteNotificationClientHandler.getNotificationListeners(NotificationTuple tuple)
          Returns the IDs of the listeners for the given tuple
 java.lang.Integer RemoteNotificationClientHandler.getNotificationListener(NotificationTuple tuple)
          Returns the ID of the listener for the given tuple
 void DefaultRemoteNotificationServerHandler.addNotificationListener(java.lang.Integer id, NotificationTuple tuple)
           
 boolean AbstractRemoteNotificationClientHandler.contains(NotificationTuple tuple)
           
 void AbstractRemoteNotificationClientHandler.addNotificationListener(java.lang.Integer id, NotificationTuple tuple)
           
 java.lang.Integer[] AbstractRemoteNotificationClientHandler.getNotificationListeners(NotificationTuple tuple)
           
 java.lang.Integer AbstractRemoteNotificationClientHandler.getNotificationListener(NotificationTuple tuple)
           
 



Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.