org.ow2.easybeans.api.event.bean
Interface EZBEventBeanInvocationEnd

All Superinterfaces:
EZBEvent, EZBEventBeanInvocation, org.ow2.util.event.api.IEvent

public interface EZBEventBeanInvocationEnd
extends EZBEventBeanInvocation

Interface for all bean invocation end event.

Author:
missonng

Method Summary
 Object getResult()
          Get the bean invocation result.
 
Methods inherited from interface org.ow2.easybeans.api.event.bean.EZBEventBeanInvocation
getInvocationNumber
 
Methods inherited from interface org.ow2.easybeans.api.event.EZBEvent
getEventProviderId, getNumber, getTime
 
Methods inherited from interface org.ow2.util.event.api.IEvent
checkPermission
 

Method Detail

getResult

Object getResult()
Get the bean invocation result.

Returns:
The bean invocation result.


Copyright © 2006-2012 OW2 Consortium. All Rights Reserved.