DialogDependencies Interface
public interface DialogDependencies
Enumerate child dialog dependencies so they can be added to the containers dialogset.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract java.util.List<Dialog> |
getDependencies()
Enumerate child dialog dependencies so they can be added to the containers dialogset. |
Method Details
getDependencies
public abstract List