public interface PersistentVariableListener
Modifier and Type | Method and Description |
---|---|
void |
createdVariable()
Called immediately after a persistent variable has been created and
populated with data from the database.
|
void |
persistingVariable()
Called immediately before a persistent variable is stored to the database.
|
void createdVariable() throws java.lang.Exception
java.lang.Exception
- If the additional initialization work failed and the
engine needs to be notified.void persistingVariable() throws java.lang.Exception
java.lang.Exception
- If the final storage preparation work failed and the
engine needs to be notified.© 2000-2025 Flux Corporation. All rights reserved.