| Package | Description |
|---|---|
| org.jboss.arquillian.drone.spi.event |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DroneConfigurationEvent
Representation of event related to Drone configuration.
|
interface |
DroneEnhancementEvent
Representation of event related to Drone instance enhancement and denhancement.
|
interface |
DroneLifecycleEvent
Representation of event related to Drone callable creation, Drone instance creation, Drone Enhancement,
Drone Deenhancement and Drone disposal.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AfterDroneCallableCreated
This event is fired after Drone instance callable is created and stored in
DroneContext. |
class |
AfterDroneConfigured
This event is called after Drone configuration is created.
|
class |
AfterDroneDeenhanced
This event is fired after Drone instance is deenhanced via
DroneInstanceEnhancer. |
class |
AfterDroneDestroyed
This event is called after Drone instance is destroyed and it is no longer available in the
DroneContext |
class |
AfterDroneEnhanced
This event is fired after Drone instance is enhanced via
DroneInstanceEnhancer |
class |
AfterDroneInstantiated
This event is fired after Drone callable is transformed into real Drone instance.
|
class |
BaseDroneEvent
Basic Drone event implementation
|
class |
BeforeDroneCallableCreated
This event is called before Drone
CachingCallable is created. |
class |
BeforeDroneConfigured
This event is fired before Drone configuration is created.
|
class |
BeforeDroneDeenhanced
This event is called before Drone instance in deenhanced.
|
class |
BeforeDroneDestroyed
This event is fired before Drone instance is destroyed by
Destructor. |
class |
BeforeDroneEnhanced
This event is fired before Drone instance is enhanced by
DroneInstanceEnhancer. |
class |
BeforeDroneInstantiated
This event is fired before Drone
CachingCallable is transformed into real instance via Instantiator. |
Copyright © 2015 JBoss by Red Hat. All rights reserved.