There seems to me to be no good reason to support InputHook and OutputHook on net.kuujo.vertigo.network.Component instances. A component hook accomplishes all the same tasks as an input or output hook, so these methods simply clutter the interface and require additional management of networks and contexts. This API should be refactored to support ComponentHook only.
There seems to me to be no good reason to support
InputHook
andOutputHook
onnet.kuujo.vertigo.network.Component
instances. A component hook accomplishes all the same tasks as an input or output hook, so these methods simply clutter the interface and require additional management of networks and contexts. This API should be refactored to supportComponentHook
only.