org.jboss.arquillian.core.spi
Interface ObserverMethod

All Superinterfaces:
Comparable<ObserverMethod>, Typed
All Known Implementing Classes:
ObserverImpl

public interface ObserverMethod
extends Typed, Comparable<ObserverMethod>

Observer

Version:
$Revision: $
Author:
Aslak Knutsen

Method Summary
 Method getMethod()
           
 boolean invoke(Manager manager, Object object)
           
 
Methods inherited from interface org.jboss.arquillian.core.spi.Typed
getType
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

invoke

boolean invoke(Manager manager,
               Object object)
               throws InvocationException
Throws:
InvocationException

getMethod

Method getMethod()


Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.