User Guide
402 Chapter 6: Components Dictionary
Usage
deltaPacket.getConfigInfo(info)
Parameters
info
Object; contains information specific to the implementation.
Returns
An object that contains information required for the specific DeltaPacket implementation.
Description
Method; returns configuration information that is specific to the implementation of the
DeltaPacket interface. This method allows implementations of the DeltaPacket interface to access
custom information.
Example
The following example calls the getConfigInfo() method:
// ...
new DeltaPacketImpl(source, getTransactionId(), null, logChanges(),
getConfigInfo());
// ...
DeltaPacket.getIterator()
Availability
Flash Player 7.
Edition
Flash MX Professional 2004.
Usage
deltaPacket.getIterator()
Parameters
None.
Returns
An interface to the iterator for the DeltaPacket collection that iterates through the delta packet’s
list of deltas.
Description
Method; returns the iterator for the DeltaPacket collection. This provides a mechanism for
looping through the changes in the delta packet. For a complete description of this interface, see
“Iterator interface (Flash Professional only)” on page 441.