defaultHandler property

CommandHandlerAbstract? defaultHandler
getter/setter pairinherited

Default CommandHandlerAbstract for BasicCommandGroup - it will be executed then no other command from group match

Implementation

CommandHandlerAbstract? defaultHandler;