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.=wt.epm.EPMConstructorListener/ must be added to wt.properties.

Supported API: true

Extendable: false


Method Summary
 void objectConstructed(EventObject event)
          

Supported API: true
 

Method Detail

objectConstructed

void objectConstructed(EventObject event)
                       throws WTException


Supported API: true

Parameters:
event -
Throws:
WTException