| Interface | Description |
|---|---|
| DroneConfigurationEvent |
Representation of event related to Drone configuration.
|
| DroneEnhancementEvent |
Representation of event related to Drone instance enhancement and denhancement.
|
| DroneEvent |
Representation of event related to Arquillian Drone extension
|
| DroneLifecycleEvent |
Representation of event related to Drone callable creation, Drone instance creation, Drone Enhancement,
Drone Deenhancement and Drone disposal.
|
| Class | Description |
|---|---|
| AfterDroneDeenhanced |
This event is fired after Drone instance is deenhanced via
DroneInstanceEnhancer. |
| AfterDroneDestroyed |
This event is called after Drone instance is destroyed and it is no longer available in the
DroneContext |
| AfterDroneEnhanced |
This event is fired after Drone instance is enhanced via
DroneInstanceEnhancer |
| AfterDroneExtensionConfigured |
Event that is fired after the extension itself is configured.
|
| AfterDroneInstantiated |
This event is fired after Drone callable is transformed into real Drone instance.
|
| AfterDronePrepared |
This event is called after Drone preparation is finished.
|
| BaseDroneEvent |
Basic Drone event implementation
|
| BeforeDroneDeenhanced |
This event is called before Drone instance in deenhanced.
|
| BeforeDroneDestroyed |
This event is fired before Drone instance is destroyed by
Destructor. |
| BeforeDroneEnhanced |
This event is fired before Drone instance is enhanced by
DroneInstanceEnhancer. |
| BeforeDroneExtensionConfigured |
Event that is fired before the extension itself is configured.
|
| BeforeDroneInstantiated |
This event is fired before Drone
CachingCallable is transformed into real instance via Instantiator. |
| BeforeDronePrepared |
This event is fired before Drone preparation is started.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.