Interface CommandHandlingComponent

All Superinterfaces:
CommandHandler, DescribableComponent, MessageHandler
All Known Implementing Classes:
AnnotatedCommandHandlingComponent, EntityCommandHandlingComponent, SimpleCommandHandlingComponent

public interface CommandHandlingComponent extends CommandHandler, DescribableComponent
Interface describing a group of CommandHandlers belonging to a single component. It specifies the commands it supports.
Since:
3.0.0
Author:
Allard Buijze, Rene de Waele, Steven van Beelen