com.ptc.core.ca.co.client.cache
Interface CoInstanceChangeListener

All Known Subinterfaces:
CoDynamic, CoInstanceHolder, CoPropertyPanel
All Known Implementing Classes:
CoCompositePropertyPanel, CoRow, CoSimplePropertyPanel, CoTreeNode, CoWizard, WebCompositePropertyPanel, WebRow, WebSimplePropertyPanel, WebTreeNode, WebWizard

Deprecated.

@Deprecated
public interface CoInstanceChangeListener

The interface every conceptual element responsible for the presentation of an Info*Engine element implements.

Supported API: true

Extendable: false


Method Summary
 void onChange(CoEnvData envData)
          Deprecated. Notifies conceptual element that it's obsolete.
 

Method Detail

onChange

void onChange(CoEnvData envData)
              throws WTException
Deprecated. 
Notifies conceptual element that it's obsolete.

Supported API: true

Parameters:
envData -
Throws:
WTException