public class EventMethod extends Object
Modifier and Type | Field and Description |
---|---|
protected Method |
method |
protected Class<?> |
pojo |
Constructor and Description |
---|
EventMethod(Class<?> pojo,
Method method) |
EventMethod(Class<?> pojo,
String methodName,
Class<?>... paramTypes) |
Modifier and Type | Method and Description |
---|---|
void |
call(Object obj,
Object... args) |
Method |
getMethod() |
protected Class<?>[] |
getParamTypes() |
boolean |
isHasSession() |
boolean |
isStreaming() |
Copyright © 1995-2015 Webtide. All Rights Reserved.