public interface LaunchListener
Modifier and Type | Method and Description |
---|---|
void |
afterRunProgram(boolean service)
This is called after running the services or main.
|
void |
beforeRunProgram(boolean service)
This is called before running the services or main.
|
void beforeRunProgram(boolean service)
service
- A flag to indicate whether the program is a service.void afterRunProgram(boolean service)
service
- A flag to indicate whether the program is a service.Copyright © 2018 WSO2. All rights reserved.