Public Types | |
| enum | Enum |
Definition at line 35 of file HandlerStateListener.h.
| enum Enum |
Defines the state that the handler is in.
| Enumerator | |
|---|---|
| Stopped | Stopped. |
| Stopping | The intermediate state when the Handler is not Stopped but not Started. |
| Started | Started. |
| Starting | The intermediate state when the Handler is not Started but not Stopped. |
Definition at line 38 of file HandlerStateListener.h.