Uses of Interface
wt.events.KeyedEventBranch

Packages that use KeyedEventBranch
wt.events Defines KeyedEvents which are dispatched by a KeyedEventDispatcher and listened for by a KeyedEventListener; KeyedEvents can be grouped by a KeyedEventBranch
wt.services Defines ManagerService (see the reference implementation StandardManagerService ) which is a Manager (see StandardManager and its subclasses) obtained from a ManagerResourceFactory (see wt.services.StandardMangerFactory) and deals with both startup and event processing of services; this package is the basis of all Windchill services. 
 

Uses of KeyedEventBranch in wt.events
 

Classes in wt.events that implement KeyedEventBranch
 class StandardKeyedEventBranch
          Get the fully qualified type of the event.
 

Fields in wt.events declared as KeyedEventBranch
private  KeyedEventBranch KeyedEventListenerAdapter.theKeyedEventBranch
           
 

Methods in wt.events that return KeyedEventBranch
 KeyedEventBranch StandardKeyedEventDispatcher.addEventBranch(String eventKey, String eventClassName, String eventType)
          Create and register an event key branch.
 KeyedEventBranch StandardKeyedEventDispatcher.getEventBranch(String eventKey)
          Return the event key branch which exactly matches the event key.
 KeyedEventBranch StandardKeyedEventDispatcher.removeEventBranch(String eventKey)
          Locate and remove the event key branch which exactly matches the event key.
 KeyedEventBranch KeyedEventListenerAdapter.getKeyedEventBranch()
          Gets the object for the association that plays role: theKeyedEventBranch.
 KeyedEventBranch KeyedEventListener.getKeyedEventBranch()
          Gets the object for the association that plays role: KEYED_EVENT_BRANCH.
 KeyedEventBranch KeyedEventDispatcher.addEventBranch(String eventKey, String eventClassName, String eventType)
          Create and register an event key branch.
 KeyedEventBranch KeyedEventDispatcher.getEventBranch(String eventKey)
          Return the event key branch which exactly matches the event key.
 KeyedEventBranch KeyedEventDispatcher.removeEventBranch(String eventKey)
          Locate and remove the event key branch which exactly matches the event key.
 

Methods in wt.events with parameters of type KeyedEventBranch
 void KeyedEventListenerAdapter.setKeyedEventBranch(KeyedEventBranch a_KeyedEventBranch)
          Sets the object for the association that plays role: theKeyedEventBranch.
private  void KeyedEventListenerAdapter.theKeyedEventBranchValidate(KeyedEventBranch a_KeyedEventBranch)
           
 void KeyedEventListener.setKeyedEventBranch(KeyedEventBranch a_KeyedEventBranch)
          Sets the object for the association that plays role: KEYED_EVENT_BRANCH.
 

Uses of KeyedEventBranch in wt.services
 

Fields in wt.services declared as KeyedEventBranch
private  KeyedEventBranch ServiceEventListenerAdapter.theKeyedEventBranch
           
 

Methods in wt.services that return KeyedEventBranch
 KeyedEventBranch StandardManagerService.addEventBranch(String eventKey, String eventClassName, String eventType)
          Create and register an event key branch.
 KeyedEventBranch StandardManagerService.getEventBranch(String eventKey)
          Return the event key branch which exactly matches the event key.
 KeyedEventBranch StandardManagerService.removeEventBranch(String eventKey)
          Locate and remove the event key branch which exactly matches the event key.
 KeyedEventBranch ServiceEventListenerAdapter.getKeyedEventBranch()
          Gets the object for the association that plays role: theKeyedEventBranch.
 

Methods in wt.services with parameters of type KeyedEventBranch
 void ServiceEventListenerAdapter.setKeyedEventBranch(KeyedEventBranch a_KeyedEventBranch)
          Sets the object for the association that plays role: theKeyedEventBranch.
private  void ServiceEventListenerAdapter.theKeyedEventBranchValidate(KeyedEventBranch a_KeyedEventBranch)