add

public void add(Class<? extends Object> cls)

Verifies if the passed raw Java class is accepted by Model as a valid command handling class.

This means that commands handled by this class are not handled by other classes already known to the Model.