Arquillian Core Implementation Base 1.0.1.Final

org.jboss.arquillian.core.impl
Class EventPointImpl

java.lang.Object
  extended by org.jboss.arquillian.core.impl.EventPointImpl
All Implemented Interfaces:
EventPoint, Typed

public class EventPointImpl
extends Object
implements EventPoint

EventPointImpl

Version:
$Revision: $
Author:
Aslak Knutsen

Method Summary
 Type getType()
           
static EventPointImpl of(Object target, Field field)
           
 void set(Event<?> value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

of

public static EventPointImpl of(Object target,
                                Field field)

getType

public Type getType()
Specified by:
getType in interface Typed

set

public void set(Event<?> value)
         throws InvocationException
Specified by:
set in interface EventPoint
Throws:
InvocationException

Arquillian Core Implementation Base 1.0.1.Final

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.