Interface com.flashdoctors.util.INestable

Description

Method Index

addChild(), getChildren(), getParent(), hasChildren(), isChild(), setParent()

Method Detail

setParent

public function setParent(parent:INestable):Void

Function setParent

Return

Void

getParent

public function getParent():INestable

Function getParent

Return

IQueueLoader

addChild

public function addChild(child:INestable):Void

getChildren

public function getChildren():IList

isChild

public function isChild():Boolean

hasChildren

public function hasChildren():Boolean