Package com.suncode.pwfl.core
Interface PlusworkflowStartupHook
- All Known Implementing Classes:
PlusworkflowStartupHookAdapter
System startup hook. Used to perform additional operations during system startup.
- Author:
- Ćukasz Mocek
-
Method Summary
-
Method Details
-
startup
void startup()Method invoked during system startup. At this point system is fully configured.
-