com.ptc.windchill.counterpart
Class CounterPartEvent

java.lang.Object
  extended bywt.events.KeyedEvent
      extended bycom.ptc.windchill.counterpart.CounterPartEvent

public class CounterPartEvent
extends KeyedEvent

This is just a place-holder in case in future another service needs to know what this service is doing

Supported API: false

Extendable: false


Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
 
Fields inherited from class wt.events.KeyedEvent
 
Constructor Summary
CounterPartEvent(String eventType)
          Construct a Keyed Event

Supported API: false
 
Method Summary
static String generateEventKey(Class eventClass, String eventType)
          Generate a prototype key based on the class of the concrete event class and a user defined type.
 
Methods inherited from class wt.events.KeyedEvent
generateEventKey, getConceptualClassname, getEventKey, getEventTarget, getEventType, toMultiObjectEvent, toSingleObjectEvents, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

CounterPartEvent

public CounterPartEvent(String eventType)
Construct a Keyed Event

Supported API: false

Parameters:
eventType - The type of the event, may be null
Method Detail

generateEventKey

public static String generateEventKey(Class eventClass,
                                      String eventType)
Generate a prototype key based on the class of the concrete event class and a user defined type.

Supported API: false

Parameters:
eventClass - the class of the event to which the listeners subscribes.
eventType - the type of the event, may be null.
Returns:
String