public interface ServiceEventListener<C,E,S>
| Modifier and Type | Method and Description |
|---|---|
void |
onAfterServiceStart(C config,
E executionContext,
S service) |
void |
onBeforeServiceStop(C config,
E executionContext,
S service) |
Copyright © 2015. All rights reserved.