|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OperationEvent
Event for invoking operations.
Operation,
OperationMetaData| Method Summary | |
|---|---|
String |
getOperationName()
Returns the name of the operation to be invoked. |
Object[] |
getParameters()
Returns the parameters target for invocation. |
Class<?>[] |
getParameterTypes()
Returns the parameter types that identity the operation. |
OperationEvent |
setOperationName(String name)
Sets the name of the operation to be invoked. |
OperationEvent |
setParameters(Object... args)
Sets the parameters target for invocation. |
OperationEvent |
setParameterTypes(Class<?>[] parameterTypes)
Sets the parameter types for identifing the operation. |
| Method Detail |
|---|
String getOperationName()
OperationEvent setOperationName(String name)
name - operation name.Class<?>[] getParameterTypes()
OperationEvent setParameterTypes(Class<?>[] parameterTypes)
parameterTypes - operation parameter types.Object[] getParameters()
OperationEvent setParameters(Object... args)
args - parameters target for invocation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||