Interface IController
- All Known Subinterfaces:
IDataProviderController, IEndPoint
- All Known Implementing Classes:
AbstractEndPoint, LocalEndPoint, NetEndPoint
public interface IController
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionvoidrunCommand(IChainedNode command) voidrunCommands(IChainedNode... commands) voidrunCommands(Iterable<? extends IChainedNode> commands)
-
Method Details
-
runCommand
-
runCommands
-
runCommands
-