public interface IActionActorSettingsReceiver<SETTINGS extends AbstractSettings>
Modifier and Type | Method and Description |
---|---|
void |
assignSettings(VSActionTXProcess actionProcess,
SETTINGS settings)
Called when the construction is performed of the node to assign the settings
property container.
|
default VSAction |
getAction()
Gets the action associated with the VirtualSpace Action TXP process.
|
VSActionTXProcess |
getActionProcess()
Gets the action transaction process.
|
SETTINGS |
getSettings()
Gets the settings container.
|
default VirtualSpace |
getVirtualSpace()
Gets the VirtualSpace for the process VirtualSpace Action TXP process.
|
void assignSettings(VSActionTXProcess actionProcess, SETTINGS settings) throws IllegalStateException
This method is called by the framework and should not be called.
actionProcess
- The action process.settings
- The property container instance.IllegalStateException
- If called outside of the framework.VSActionTXProcess getActionProcess()
null
if called in e.g. the constructor and the initialization using
assignSettings(VSActionTXProcess, AbstractSettings)
has not
yet been done.SETTINGS getSettings()
default VSAction getAction()
null
if called in e.g. the constructor and the initialization using
assignSettings(VSActionTXProcess, AbstractSettings)
has not
yet been done.default VirtualSpace getVirtualSpace()
null
if called in e.g. the constructor and the initialization using
assignSettings(VSActionTXProcess, AbstractSettings)
has not
yet been done.iizi® is a registered trademark of Mindus SARL. © Copyright Mindus SARL, 2020. All rights reserved.