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 ObserverMethod
public boolean invoke(Manager manager, Object event)
invoke
in interface ObserverMethod
public int compareTo(ObserverMethod o)
compareTo
in interface Comparable<ObserverMethod>
Copyright © 2018 JBoss by Red Hat. All rights reserved.