com.ptc.windchill.esi.evt
Interface ESIEventValidator
- All Known Implementing Classes:
- ESIStandardEventValidator
public interface ESIEventValidator
This interface defines the methods that must be available on ESI event
validator implementations.
Supported API: true
Extendable: true
|
Method Summary |
void |
validate(ESIEvent event)
Make sure that the ESIEvent has the necessary state. |
validate
void validate(ESIEvent event)
throws WTException
- Make sure that the ESIEvent has the necessary state. Throw some form
of WTException if the event is not ready to process.
Supported API: true
- Parameters:
event -
- Throws:
WTException