User Guide
480 DeltaPacket interface (Flash Professional only)
Method summary for the DeltaPacket interface
The following table lists the methods of the DeltaPacket interface.
DeltaPacket.getConfigInfo()
Availability
Flash Player 7.
Edition
Flash MX Professional 2004.
Usage
deltaPacket.getConfigInfo(info)
Properties
info
Object; contains information specific to the implementation.
Returns
An object that contains information required for the specific DeltaPacket implementation.
Method Description
DeltaPacket.getConfigInfo() Returns configuration information that is specific to the
implementation of the DeltaPacket interface.
DeltaPacket.getIterator() Returns the iterator for the delta packet that iterates
through the delta packet’s list of deltas.
DeltaPacket.getSource() Returns the source of the delta packet. This is the
component that has exposed this delta packet.
DeltaPacket.getTimestamp() Returns the date and time at which the delta packet
was instantiated.
DeltaPacket.getTransactionId() Returns the transaction ID for this delta packet.
DeltaPacket.logChanges() Indicates whether the consumer of the delta packet
should log the changes it specifies.