|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Event | |
|---|---|
| org.jboss.arquillian.spi | |
| org.jboss.arquillian.spi.event.container | |
| org.jboss.arquillian.spi.event.suite | |
| Uses of Event in org.jboss.arquillian.spi |
|---|
| Methods in org.jboss.arquillian.spi with type parameters of type Event | ||
|---|---|---|
|
Context.register(Class<? extends K> eventType,
EventHandler<? super K> handler)
Register a EventHandler for a specific Event. |
|
| Methods in org.jboss.arquillian.spi with parameters of type Event | |
|---|---|
void |
Context.fire(Event event)
Fire a new Event. |
| Uses of Event in org.jboss.arquillian.spi.event.container |
|---|
| Classes in org.jboss.arquillian.spi.event.container that implement Event | |
|---|---|
class |
AfterDeploy
Event fired After DeployableContainer deployment. |
class |
AfterSetup
Event fired After the DeployableContainer is setup. |
class |
AfterStart
Event fired After the DeployableContainer is started. |
class |
AfterStop
Event fired After the DeployableContainer is stopped. |
class |
AfterUnDeploy
Event fired After DeployableContainer undeployment. |
class |
BeforeDeploy
Event fired Before DeployableContainer deployment. |
class |
BeforeSetup
Event fired Before the DeployableContainer is setup. |
class |
BeforeStart
Event fired Before the DeployableContainer is started. |
class |
BeforeStop
Event fired Before the DeployableContainer is stopped. |
class |
BeforeUnDeploy
Event fired Before DeployableContainer undeployment. |
class |
ContainerEvent
Base for events fired in the Container life cycle |
| Uses of Event in org.jboss.arquillian.spi.event.suite |
|---|
| Classes in org.jboss.arquillian.spi.event.suite that implement Event | |
|---|---|
class |
After
Event fired After the Test method execution. |
class |
AfterClass
Event fired After the Class execution. |
class |
AfterSuite
Event fired After the Suite execution. |
class |
Before
Event fired Before the Test method execution |
class |
BeforeClass
Event fired Before the Class execution. |
class |
BeforeSuite
Event fired Before the Suite execution. |
class |
ClassEvent
Base for events fired in the Test Class execution cycle. |
class |
SuiteEvent
Base for events fired in the Suite execution cycle. |
class |
Test
Event fired to execute the Test method |
class |
TestEvent
Base for events fired in the Test execution cycle. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||