public class ClientBeforeAfterLifecycleEventExecuter extends Object
BeforeLifecycleEventExecuter
Constructor and Description |
---|
ClientBeforeAfterLifecycleEventExecuter() |
public ClientBeforeAfterLifecycleEventExecuter()
public void on(@Observes(precedence=-100) BeforeClass event) throws Throwable
Throwable
public void on(@Observes(precedence=100) AfterClass event) throws Throwable
Throwable
public void on(@Observes(precedence=-100) Before event) throws Throwable
Throwable
public void on(@Observes(precedence=100) After event) throws Throwable
Throwable
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.