Package wt.epm
Class EPMDocumentManagerEvent
java.lang.Object
wt.events.KeyedEvent
wt.epm.EPMDocumentManagerEvent
- All Implemented Interfaces:
wt.events.summary.SummarizedEvent
Supported API: true
Extendable: false
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEPMDocumentManagerEvent(String eventType, WTKeyedMap wtMap)
Supported API: trueEPMDocumentManagerEvent(String eventType, WTSet set)
Supported API: true -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgenerateEventKey(String eventType)
Supported API: trueMethods inherited from class wt.events.KeyedEvent
generateEventKey, getEventKey, getEventTarget, getEventType
-
Field Details
-
PRE_CHANGE_CAD_NAME
This event is fired before the CAD name attribute is changed. The event target is a WTKeyedMap, whose keys are EPMDocumentMaster objects and whose values are new CAD names.
Supported API: true- See Also:
-
POST_CHANGE_CAD_NAME
This event is fired after the CAD name attribute is changed. The event target is a WTSet of EPMDocumentMaster objects whose CAD names are changed.
Supported API: true- See Also:
-
-
Constructor Details
-
EPMDocumentManagerEvent
Supported API: true- Parameters:
eventType-wtMap-
-
EPMDocumentManagerEvent
Supported API: true- Parameters:
eventType-set-
-
-
Method Details
-
generateEventKey
Supported API: true- Parameters:
eventType-- Returns:
- String
-