public abstract class BaseDroneEvent extends Object implements DroneEvent
| Modifier and Type | Field and Description |
|---|---|
protected DronePoint<?> |
dronePoint |
| Constructor and Description |
|---|
BaseDroneEvent(DronePoint<?> dronePoint) |
| Modifier and Type | Method and Description |
|---|---|
DronePoint<?> |
getDronePoint()
Unique identifier for each drone configuration and instance.
|
protected final DronePoint<?> dronePoint
public BaseDroneEvent(DronePoint<?> dronePoint)
public DronePoint<?> getDronePoint()
DroneEventgetDronePoint in interface DroneEventCopyright © 2016 JBoss by Red Hat. All rights reserved.