com.googlecode.jpattern.shared.result.facade
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
 E getReturnedObject()
           
 
Methods inherited from interface com.googlecode.jpattern.shared.result.IResult
getErrorMessages
 

Method Detail

getReturnedObject

E getReturnedObject()


Copyright © 2011. All Rights Reserved.