com.googlecode.jpattern.core.commandfacade
Interface ICommandFacadeResult<E>

All Superinterfaces:
IResult, Serializable
All Known Implementing Classes:
CommandFacadeResult, NullCommandFacadeResult

public interface ICommandFacadeResult<E>
extends IResult

Author:
Francesco Cina' 25 Feb 2011

Method Summary
 String asString()
           
 E getReturnedObject()
           
 
Methods inherited from interface com.googlecode.jpattern.core.command.IResult
getErrorMessages, isValid
 

Method Detail

asString

String asString()

getReturnedObject

E getReturnedObject()


Copyright © 2011. All Rights Reserved.