Uses of Interface
org.beanlet.event.OperationEvent

Packages that use OperationEvent
org.beanlet.event Contains all beanlet core events. 
 

Uses of OperationEvent in org.beanlet.event
 

Methods in org.beanlet.event that return OperationEvent
 OperationEvent OperationEvent.setOperationName(String name)
          Sets the name of the operation to be invoked.
 OperationEvent OperationEvent.setParameters(Object... args)
          Sets the parameters target for invocation.
 OperationEvent OperationEvent.setParameterTypes(Class<?>[] parameterTypes)
          Sets the parameter types for identifing the operation.
 



Copyright © 2006-2012. All Rights Reserved.