Uses of Interface
com.googlecode.jpattern.shared.result.IErrorMessage

Packages that use IErrorMessage
com.googlecode.jpattern.shared.result   
com.googlecode.jpattern.shared.result.facade   
 

Uses of IErrorMessage in com.googlecode.jpattern.shared.result
 

Classes in com.googlecode.jpattern.shared.result that implement IErrorMessage
 class ErrorMessage
           
 

Methods in com.googlecode.jpattern.shared.result that return types with arguments of type IErrorMessage
 List<IErrorMessage> IResult.getErrorMessages()
           
 List<IErrorMessage> NullResult.getErrorMessages()
           
 

Uses of IErrorMessage in com.googlecode.jpattern.shared.result.facade
 

Methods in com.googlecode.jpattern.shared.result.facade that return types with arguments of type IErrorMessage
 List<IErrorMessage> NullCommandFacadeResult.getErrorMessages()
           
 List<IErrorMessage> CommandFacadeResult.getErrorMessages()
           
 



Copyright © 2011. All Rights Reserved.