ActionScript 2.0 Components Language Reference |
|
|
|
| DeltaPacket interface > DeltaPacket.getConfigInfo() | |||
Flash Player 7.
Flash MX Professional 2004.
deltaPacket.getConfigInfo(info)
info Object; contains information specific to the implementation.
An object that contains information required for the specific DeltaPacket implementation.
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.
The following example calls the getConfigInfo() method:
// ... new DeltaPacketImpl(source, getTransactionId(), null, logChanges(), getConfigInfo()); // ...
|
|
|
|