Uses of Class
org.apache.taglibs.rdc.scxml.NotificationRegistry

Packages that use NotificationRegistry
org.apache.taglibs.rdc.scxml.model A collection of classes needed to model SCXML documents. 
 

Uses of NotificationRegistry in org.apache.taglibs.rdc.scxml.model
 

Methods in org.apache.taglibs.rdc.scxml.model that return NotificationRegistry
 NotificationRegistry Transition.getNotificationRegistry()
          Get the notification registry.
 NotificationRegistry TransitionTarget.getNotificationRegistry()
          Get the notification registry.
 NotificationRegistry SCXML.getNotificationRegistry()
          Get the notification registry
 

Methods in org.apache.taglibs.rdc.scxml.model with parameters of type NotificationRegistry
 void Transition.setNotificationRegistry(NotificationRegistry reg)
          Supply this Transition object a handle to the notification registry.
 void TransitionTarget.setNotificationRegistry(NotificationRegistry reg)
          Supply this TransitionTarget object a handle to the notification registry.
 



Copyright ? 2000-2004 The Apache Software Foundation. All Rights Reserved.