Uses of Class
wt.notify.NotificationRule

Packages that use NotificationRule
wt.notify
Provides classes to represent, manage, and execute notification definitions. 
 

Uses of NotificationRule in wt.notify
 

Methods in wt.notify that return NotificationRule
 NotificationRule StandardNotificationManager.addNotificationRule(Selector selector, NotificationSet set)
          Deprecated.  
 NotificationRule StandardNotificationManager.getNotificationRule(Selector selector)
          Returns notification rule given the selector.
protected static NotificationRule NotificationRule.newNotificationRule(Selector sel)
          Constructs rule given a selector.
 NotificationRule NotificationManagerFwd.addNotificationRule(Selector selector, NotificationSet set)
          Deprecated.  
 NotificationRule NotificationManagerFwd.getNotificationRule(Selector selector)
          Returns notification rule given the selector.
 NotificationRule NotificationManager.addNotificationRule(Selector selector, NotificationSet set)
          Deprecated.  
 NotificationRule NotificationManager.getNotificationRule(Selector selector)
          Returns notification rule given the selector.
 

Methods in wt.notify with parameters of type NotificationRule
protected  boolean NotificationRule.readVersion(NotificationRule thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
protected  void NotificationList.addRule(NotificationRule rule)
          Adds rule to notification list.
protected  void NotificationList.removeRule(NotificationRule rule)
          Removes rule from notification list.