home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Puzzle
/
HexiomConnect.swf
/
scripts
/
mx
/
core
/
IRepeaterClient.as
< prev
next >
Wrap
Text File
|
2008-08-29
|
565b
|
24 lines
package mx.core
{
public interface IRepeaterClient
{
function get instanceIndices() : Array;
function set instanceIndices(param1:Array) : void;
function get isDocument() : Boolean;
function set repeaters(param1:Array) : void;
function initializeRepeaterArrays(param1:IRepeaterClient) : void;
function get repeaters() : Array;
function set repeaterIndices(param1:Array) : void;
function get repeaterIndices() : Array;
}
}