|
Daraja HTTP Framework 3.0.7-SNAPSHOT
HTTP server framework for Object Pascal
|
Interface for components with a lifecycle (start/stop capabilities). More...
Public Member Functions | |
| boolean | IsStarted () |
| boolean | IsStopped () |
| Start () | |
| Starts the component. | |
| Stop () | |
| Stops the component. | |
Interface for components with a lifecycle (start/stop capabilities).
| boolean ILifeCycle::IsStarted | ( | ) |
| boolean ILifeCycle::IsStopped | ( | ) |
Implemented in TdjLifeCycle.
| ILifeCycle::Start | ( | ) |
Starts the component.
Implemented in TdjLifeCycle.
| ILifeCycle::Stop | ( | ) |