com.ptc.windchill.counterpart
Class CounterPartEvent
java.lang.Object
wt.events.KeyedEvent
com.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
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. |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
CounterPartEvent
public CounterPartEvent(String eventType)
- Construct a Keyed Event
Supported API: false
- Parameters:
eventType
- The type of the event, may be null
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