Package wt.epm
Interface EPMVetoableChangeListener
- All Superinterfaces:
EventListener,Serializable
This interface provides the capability of performing client-side vetoing
of set() operations.
To cause a class inheriting from this interface to be instantiated by
the server, a line of the form
wt.epm.listener.
must be added to wt.properties.
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Supported API: true
-
Method Details
-
vetoableChange
Supported API: true- Parameters:
evt-- Throws:
WTPropertyVetoException
-