Package wt.epm
Interface EPMConstructorListener
- All Superinterfaces:
EventListener,Serializable
This interface provides the capability of performing client-side checking
during object creation of EPMObjects.
To cause a class inheriting from this interface to be instantiated by
the server, a line of the form
wt.epm.listener.<number>=wt.epm.EPMVetoableChangeListener/<classname>
must be added to wt.properties.
Supported API: true
Extendable: false
-
Method Summary
-
Method Details
-
objectConstructed
Supported API: true- Parameters:
event-- Throws:
WTException
-