public interface ComponentHook extends IOHook
Component hooks can be added to specific components through the network configuration API. All component hooks are serializable using the default Jackson-based json serializer.
| Modifier and Type | Method and Description |
|---|---|
void |
handleStart(Component component)
Called when the component has started.
|
void |
handleStop(Component component)
Called when the component has stopped.
|
handleReceivehandleSendCopyright © 2013-2014. All Rights Reserved.