
public class ObserverImpl extends Object implements ObserverMethod, Comparable<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 © 2014 JBoss by Red Hat. All Rights Reserved.