Interface ConnectableComponent

All Superinterfaces:
Closable
All Known Subinterfaces:
ConnectableComponent.ConnectableAutomaton
All Known Implementing Classes:
AbstractConnectableAutomaton, AbstractDeviceAutomaton

public interface ConnectableComponent extends Closable
Any Component which operates established connections may implement the ConnectableComponent interface providing a minimal set of functionality to work with connections; to test whether a connection is open and to close an open connection.