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

All Superinterfaces:
CoInstance
All Known Implementing Classes:
CoDefaultBasicInstance

Deprecated.

@Deprecated
public interface CoBasicInstance
extends CoInstance

DCA wraps Info*Engine elements in a wrapper implementing this interface. The wrapper can have a listener specified for changes in the element and will invoke onChange method on it when instance cache notifies all listeners.

Supported API: true

Extendable: false


Method Summary
 void setChanged(Object object, CoEnvData envData)
          Deprecated. Invokes onChange method on the listener when instance cache notifies all listeners.
 
Methods inherited from interface com.ptc.core.ca.co.client.cache.CoInstance
getIeElement, isObsolete
 

Method Detail

setChanged

void setChanged(Object object,
                CoEnvData envData)
                throws WTException
Deprecated. 
Invokes onChange method on the listener when instance cache notifies all listeners.

Supported API: true

Parameters:
object -
envData -
Throws:
WTException