public interface ObserverMethod extends Typed, java.lang.Comparable<ObserverMethod>
Modifier and Type | Method and Description |
---|---|
java.lang.reflect.Method |
getMethod() |
boolean |
invoke(Manager manager,
java.lang.Object object) |
boolean invoke(Manager manager, java.lang.Object object) throws InvocationException
InvocationException
java.lang.reflect.Method getMethod()