
public class ObserverImpl extends Object implements ObserverMethod, Comparable<ObserverMethod>
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ObserverMethod o) |
Method |
getMethod() |
Type |
getType() |
boolean |
invoke(Manager manager,
Object event) |
static ObserverImpl |
of(Object extension,
Method observerMethod) |
public static ObserverImpl of(Object extension, Method observerMethod)
public Method getMethod()
getMethod in interface ObserverMethodpublic boolean invoke(Manager manager, Object event)
invoke in interface ObserverMethodpublic int compareTo(ObserverMethod o)
compareTo in interface Comparable<ObserverMethod>Copyright © 2020 JBoss by Red Hat. All rights reserved.