Package wt.epm

Interface EPMConstructorListener

All Superinterfaces:
EventListener, Serializable

public interface EPMConstructorListener extends 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

    Modifier and Type
    Method
    Description
    void


    Supported API: true