Uses of Interface
insensa.commands.ICommandProblem

Packages that use ICommandProblem
insensa.commands   
 

Uses of ICommandProblem in insensa.commands
 

Classes in insensa.commands that implement ICommandProblem
 class AbstractCommandProblem
           
 class ErrorMessageProblem
           
 

Fields in insensa.commands declared as ICommandProblem
protected  ICommandProblem AbstractModelCommand.problem
           
 

Methods in insensa.commands that return ICommandProblem
 ICommandProblem ModelCommand.getProblem()
           
 ICommandProblem AbstractModelCommand.getProblem()
           
 

Methods in insensa.commands with parameters of type ICommandProblem
protected  void AbstractModelCommand.throwProblem(ICommandProblem problem)