public interface Pc
| Modifier and Type | Method and Description |
|---|---|
void |
init(Dc pDc,
Map<String,? super Object> pArgs)
This method is called by the dialog controller peer during
the initialisation phase of an application.
|
void init(Dc pDc, Map<String,? super Object> pArgs)
Application.APPLICATION_KEY.
The map should not be altered inside the method.pDc - our peer dialog controller, never null.pArgs - variable argument list modeled as a key/value map,
never null.Copyright © 2022 Jürgen Zeller (privat). All rights reserved.