Uses of Interface
wt.events.KeyedEventDispatcher

Packages that use KeyedEventDispatcher
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 KeyedEventDispatcher in wt.events
 

Classes in wt.events that implement KeyedEventDispatcher
 class StandardKeyedEventDispatcher
          Reference implementation of a KeyedEventDispatcher.
 

Uses of KeyedEventDispatcher in wt.services
 

Subinterfaces of KeyedEventDispatcher in wt.services
 interface ManagerService
          The manager service is a manager which is used to startup and provide access to a pre-defined list of managers.
 

Classes in wt.services that implement KeyedEventDispatcher
 class StandardManagerService
          A reference implementation of a ManagerService.